mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Rewriting/Rewording to simplify and reduce wordiness/redundancy. Remove extra spaces and fix any formatting/coding issues.
parent
b2656e5e04
commit
4ba271d7cf
1 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
Privileged Pages are the web pages that browser-vendors consider as an entitled web page/s where extensions are tasked to not work/have their functionality ceased entirely.
|
||||
Privileged Pages are the web pages that browser vendors consider as entitled where extensions will not work.
|
||||
|
||||
The following are Chromium<sup>1</sup> domains:
|
||||
|
||||
For Chromium<sup>1</sup>:
|
||||
```
|
||||
clients.google.com
|
||||
clients[0-9]+.google.com
|
||||
|
@ -8,9 +9,8 @@ sb-ssl.google.com
|
|||
chrome.google.com/webstore/*
|
||||
```
|
||||
|
||||
- On the aforementioned domain, all Chromium/Chrome extensions will **cease** their functionality.
|
||||
The following are Firefox<sup>2</sup> domains:
|
||||
|
||||
For Firefox<sup>2</sup>:
|
||||
```
|
||||
accounts-static.cdn.mozilla.net
|
||||
accounts.firefox.com
|
||||
|
@ -26,14 +26,12 @@ support.mozilla.org
|
|||
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>
|
||||
- **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.
|
||||
- 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 later<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.
|
||||
|
||||
***
|
||||
|
||||
|
@ -47,4 +45,4 @@ sync.services.mozilla.com
|
|||
|
||||
[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/
|
||||
[6] https://www.ghacks.net/2019/11/11/firefox-71-new-aboutconfig-interface-lands/
|
Loading…
Reference in a new issue