1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

Updated Privileged Pages (markdown)

Saitama 2018-06-10 22:54:56 +05:30
parent 4ab975217e
commit 298bebb0b4

@ -28,10 +28,10 @@ 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>:
- 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>)
- 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>)
***