* Firefox allow CSP UserCSS install from anywhere. See #618 * Fix suffix extension
This commit is contained in:
parent
55189f1fdd
commit
744bf01147
|
@ -86,8 +86,8 @@ if (FIREFOX) {
|
|||
// FF applies page CSP even to content scripts, https://bugzil.la/1267027
|
||||
navigatorUtil.onCommitted(webNavUsercssInstallerFF, {
|
||||
url: [
|
||||
{hostSuffix: '.githubusercontent.com', urlSuffix: '.user.css'},
|
||||
{hostSuffix: '.githubusercontent.com', urlSuffix: '.user.styl'},
|
||||
{pathSuffix: '.user.css'},
|
||||
{pathSuffix: '.user.styl'},
|
||||
]
|
||||
});
|
||||
// FF misses some about:blank iframes so we inject our content script explicitly
|
||||
|
|
Loading…
Reference in New Issue
Block a user