mirror of https://github.com/gorhill/uBlock.git
Remove obsolete trusted directives
All supported browsers now have the concept of priviledged pages, there is no need for these extra trusted-site directives. Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3101
This commit is contained in:
parent
e527a8f9af
commit
439a059cca
|
@ -168,14 +168,8 @@ const µBlock = { // jshint ignore:line
|
|||
netWhitelist: new Map(),
|
||||
netWhitelistModifyTime: 0,
|
||||
netWhitelistDefault: [
|
||||
'about-scheme',
|
||||
'chrome-extension-scheme',
|
||||
'chrome-scheme',
|
||||
'edge-scheme',
|
||||
'moz-extension-scheme',
|
||||
'opera-scheme',
|
||||
'vivaldi-scheme',
|
||||
'wyciwyg-scheme', // Firefox's "What-You-Cache-Is-What-You-Get"
|
||||
],
|
||||
|
||||
localSettings: {
|
||||
|
|
Loading…
Reference in New Issue