Skip to content

Commit

Permalink
Remove obsolete trusted directives
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gorhill committed Feb 19, 2024
1 parent e527a8f commit 439a059
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 439a059

Please sign in to comment.