mirror of https://github.com/gorhill/uBlock.git
fix #2100
This commit is contained in:
parent
f6c46ab582
commit
6062ec9b23
|
@ -84,10 +84,11 @@ return {
|
|||
'chrome-extension-scheme',
|
||||
'chrome-scheme',
|
||||
'loopconversation.about-scheme',
|
||||
'moz-extension-scheme',
|
||||
'opera-scheme',
|
||||
'vivaldi-scheme',
|
||||
''
|
||||
].join('\n').trim(),
|
||||
].join('\n'),
|
||||
|
||||
localSettings: {
|
||||
blockedRequestCount: 0,
|
||||
|
|
Loading…
Reference in New Issue