1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

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:
Raymond Hill 2024-02-19 11:06:39 -05:00
parent e527a8f9af
commit 439a059cca
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -168,14 +168,8 @@ const µBlock = { // jshint ignore:line
netWhitelist: new Map(), netWhitelist: new Map(),
netWhitelistModifyTime: 0, netWhitelistModifyTime: 0,
netWhitelistDefault: [ netWhitelistDefault: [
'about-scheme',
'chrome-extension-scheme', 'chrome-extension-scheme',
'chrome-scheme',
'edge-scheme',
'moz-extension-scheme', 'moz-extension-scheme',
'opera-scheme',
'vivaldi-scheme',
'wyciwyg-scheme', // Firefox's "What-You-Cache-Is-What-You-Get"
], ],
localSettings: { localSettings: {