Re: using svg effects from user agent stylesheet.
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > in userContent.css, or another css file loaded with nsIStyleSheetService, I > get following error: > >> Security Error: Content at http://www.mozilla.org/projects/minefield/ may not >> load or link to >> file:///home/arno/.mozilla/firefox/vs5fvd6p.test/chrome/bnw_filter.svg. That's a bug. Can you please file it? We should be using the principal of the stylesheet for the security check, not the principal of the styled document... -Boris