From c167327c76892c1aa154cb624fe3c9a5e79165d7 Mon Sep 17 00:00:00 2001 From: q1800 <95879668+q1800@users.noreply.github.com> Date: Fri, 1 Apr 2022 21:19:16 -0500 Subject: [PATCH] Cleanup extra spaces and fix random inconsistencies --- Privileged-Pages.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Privileged-Pages.md b/Privileged-Pages.md index 997cb69..ef7006a 100644 --- a/Privileged-Pages.md +++ b/Privileged-Pages.md @@ -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 3 : +- To allow WebExtensions in Firefox to run on these pages(at your own risk), open `about:config` and modify the following3: - Set `extensions.webextensions.restrictedDomains` to be an empty string.4 - - Set `privacy.resistFingerprinting.block_mozAddonManager` to `true`.5 + - Set `privacy.resistFingerprinting.block_mozAddonManager` to `true`.5 - **Firefox 60** - **Firefox 70**: must be manually created by right clicking and selecting _New > Boolean_3 - - **Firefox 71** and newest6: paste preference name in search bar > in 2nd column set Boolean from single-choice list > click button in 3rd column. + - **Firefox 71** and newest6: paste preference name in search bar > in 2nd column set Boolean from single-choice list > click 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/ -