1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Cleanup extra spaces and fix random inconsistencies

q1800 2022-04-01 21:19:16 -05:00
parent 604eaa53c6
commit c167327c76

@ -28,12 +28,12 @@ sync.services.mozilla.com
- Just like Chrome, Firefox's WebExtensions will also cease to work on these aforementioned 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>
- Set `privacy.resistFingerprinting.block_mozAddonManager` to `true`.<sup>5</sup>
- **Firefox 60** - **Firefox 70**: must be manually created by right clicking and selecting _New > Boolean_<sup>3</sup>
- **Firefox 71** and newest<sup>6</sup>: paste preference name in search bar > in 2nd column set Boolean from single-choice list > click <kbd></kbd> button in 3rd column.
- **Firefox 71** and newest<sup>6</sup>: paste preference name in search bar > in 2nd column set Boolean from single-choice list > click <kbd></kbd> button in 3rd column.
***
@ -43,9 +43,8 @@ sync.services.mozilla.com
[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
[4] https://bugzilla.mozilla.org/show_bug.cgi?id=1445663#ch-3
[5] https://bugzilla.mozilla.org/show_bug.cgi?id=1310082#c24
[6] https://www.ghacks.net/2019/11/11/firefox-71-new-aboutconfig-interface-lands/