1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Updated Privileged Pages (markdown)

Saitama 2018-06-10 22:53:04 +05:30
parent e2d810c576
commit 3920ca0d14

@ -28,9 +28,20 @@ testpilot.firefox.com
- Just like Chrome, Firefox's WebExtensions will also cease to work on these aformentioned domains.
- To allow WebExtensions in Firefox to run on these pages (at your own risk) open `about:config` and modify the following <sup>3</sup> :
- Set `extensions.webextensions.restrictedDomains` to be an empty string.<sup>4</sup>
- Set `privacy.resistFingerprinting.block_mozAddonManager` to `true`.<sup>5</sup> (must be manually created by right clicking and selecting _New > Boolean_<sup>3</sup>)
***
[1] [stackoverflow.com](https://stackoverflow.com/questions/11613371/chrome-extension-content-script-on-https-chrome-google-com-webstore/11614440#11614440), [chrome_extensions_client.cc](https://chromium.googlesource.com/chromium/src/+/ba355f657a607c74f0de82ad925a4dc1a7c9a95b/chrome/common/extensions/chrome_extensions_client.cc#235), [extension_urls.cc](https://chromium.googlesource.com/chromium/src/+/ba355f657a607c74f0de82ad925a4dc1a7c9a95b/extensions/common/extension_urls.cc#33)
[2] https://hg.mozilla.org/mozilla-central/rev/39e131181d44
[2] https://hg.mozilla.org/mozilla-central/rev/39e131181d44
[3] https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/
[4] https://bugzilla.mozilla.org/show_bug.cgi?id=1445663#ch-3
[5] https://bugzilla.mozilla.org/show_bug.cgi?id=1310082#c24