mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
fix #2100
This commit is contained in:
parent
f6c46ab582
commit
6062ec9b23
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue