mirror of https://github.com/gorhill/uBlock.git
Add vivaldi-scheme as a default in Whitelist (#1785)
Vivaldi is another browser based on Blink, that supports uBlock. Adding its scheme in the default whitelisting would prevent any issue with it.
This commit is contained in:
parent
6101e46a3a
commit
42ce8e7e5d
|
@ -80,6 +80,7 @@ return {
|
||||||
'chrome-scheme',
|
'chrome-scheme',
|
||||||
'loopconversation.about-scheme',
|
'loopconversation.about-scheme',
|
||||||
'opera-scheme',
|
'opera-scheme',
|
||||||
|
'vivaldi-scheme',
|
||||||
''
|
''
|
||||||
].join('\n').trim(),
|
].join('\n').trim(),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue