1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

based on https://github.com/uBlockOrigin/uAssets/issues/7636#issuecomment-955324820 also input.mozilla.org&testpilot.firefox.com no longer exsist in extensions.webextensions.restrictedDomains (both redirect to: fpn.firefox.com or mozilla.crowdicity.com

krystian3w 2021-10-30 17:34:53 +02:00
parent 5e0bd69100
commit 0950175ae8

@ -1,5 +1,10 @@
Privileged Pages are the webpages that browser-vendors consider as an entitled webpage/s where extensions are tasked to not work/have their functionality ceased entirely. Privileged Pages are the webpages that browser-vendors consider as an entitled webpage/s where extensions are tasked to not work/have their functionality ceased entirely.
For ChromeOS<sup>1</sup> in stock Chrome:
```
chrome.google.com/webstore/*
youtube.com
```
For Chromium<sup>1</sup>: For Chromium<sup>1</sup>:
``` ```
chrome.google.com/webstore/* chrome.google.com/webstore/*
@ -16,13 +21,11 @@ addons.mozilla.org
api.accounts.firefox.com api.accounts.firefox.com
content.cdn.mozilla.net content.cdn.mozilla.net
discovery.addons.mozilla.org discovery.addons.mozilla.org
input.mozilla.org
install.mozilla.org install.mozilla.org
oauth.accounts.firefox.com oauth.accounts.firefox.com
profile.accounts.firefox.com profile.accounts.firefox.com
support.mozilla.org support.mozilla.org
sync.services.mozilla.com sync.services.mozilla.com
testpilot.firefox.com
``` ```
- Just like Chrome, Firefox's WebExtensions will also cease to work on these aformentioned domains. - Just like Chrome, Firefox's WebExtensions will also cease to work on these aformentioned domains.