mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-13 02:14:17 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue