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)

gwarser 2018-05-22 12:55:30 +02:00
parent 9ef9db74ca
commit 179ec1355b

@ -1,9 +1,36 @@
Privileged Pages are the webpages that browser-makers consider as an entitled webpage/s where extensions are tasked to not work/have their functionality ceased entirely.
For Chromium - `chrome.google.com/webstore/*`
For Chromium<sup>1</sup>:
```
chrome.google.com
```
- On the aformentioned webpage/s, ALL Chromium/Chrome extensions will cease their functionality.
- On the aformentioned domain, ALL Chromium/Chrome extensions will cease their functionality.
For Firefox - `addons.mozilla.org/*`
For Firefox<sup>2</sup>:
```
accounts-static.cdn.mozilla.net
accounts.firefox.com
addons.cdn.mozilla.net
addons.mozilla.org
api.accounts.firefox.com
content.cdn.mozilla.net
content.cdn.mozilla.net
discovery.addons.mozilla.org
input.mozilla.org
install.mozilla.org
oauth.accounts.firefox.com
profile.accounts.firefox.com
support.mozilla.org
sync.services.mozilla.com
testpilot.firefox.com
```
- Just like Chrome, Firefox's WebExtensions will also cease to work on that page/s.
- Just like Chrome, Firefox's WebExtensions will also cease to work on that domains.
***
[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