From 0950175ae8902730560ffad00b819a161a266e2f Mon Sep 17 00:00:00 2001 From: krystian3w <35370833+krystian3w@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:34:53 +0200 Subject: [PATCH] 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` --- Privileged-Pages.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Privileged-Pages.md b/Privileged-Pages.md index eda8966..dceb09c 100644 --- a/Privileged-Pages.md +++ b/Privileged-Pages.md @@ -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. +For ChromeOS1 in stock Chrome: +``` +chrome.google.com/webstore/* +youtube.com +``` For Chromium1: ``` chrome.google.com/webstore/* @@ -16,13 +21,11 @@ addons.mozilla.org api.accounts.firefox.com 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 these aformentioned domains.