From 439a059cca5642da44ee620c0a21a57b194d109a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 19 Feb 2024 11:06:39 -0500 Subject: [PATCH] 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 --- src/js/background.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/js/background.js b/src/js/background.js index 51f3212de..470a13177 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -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: {