Skip to content

Commit 439a059

Browse files
committed
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: uBlockOrigin/uBlock-issues#3101
1 parent e527a8f commit 439a059

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/js/background.js

-6
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,8 @@ const µBlock = { // jshint ignore:line
168168
netWhitelist: new Map(),
169169
netWhitelistModifyTime: 0,
170170
netWhitelistDefault: [
171-
'about-scheme',
172171
'chrome-extension-scheme',
173-
'chrome-scheme',
174-
'edge-scheme',
175172
'moz-extension-scheme',
176-
'opera-scheme',
177-
'vivaldi-scheme',
178-
'wyciwyg-scheme', // Firefox's "What-You-Cache-Is-What-You-Get"
179173
],
180174

181175
localSettings: {

0 commit comments

Comments
 (0)