From d405a83cf4fac36031d383962fa764aceffd7105 Mon Sep 17 00:00:00 2001 From: krystian3w <35370833+krystian3w@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:06:25 +0100 Subject: [PATCH] Firefox 71 have new interface for about:config (changed XUL to XHTML5) --- Privileged-Pages.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Privileged-Pages.md b/Privileged-Pages.md index 25b280c..9cef3bd 100644 --- a/Privileged-Pages.md +++ b/Privileged-Pages.md @@ -31,7 +31,9 @@ testpilot.firefox.com - To allow WebExtensions in Firefox to run on these pages(at your own risk), open `about:config` and modify the following 3 : - Set `extensions.webextensions.restrictedDomains` to be an empty string.4 - - Set `privacy.resistFingerprinting.block_mozAddonManager` to `true`.5 (must be manually created by right clicking and selecting _New > Boolean_3) + - 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. *** @@ -45,3 +47,5 @@ testpilot.firefox.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/ +