From 51f3fdbd87570488d8bac7d8e9aa5965ef9e0566 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 8 Oct 2022 14:08:55 +0000 Subject: [PATCH] devtools.chrome.enabled default false in stable, dev, beta, nightly --- scratchpad-scripts/arkenfox-cleanup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index c176784..dd44842 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -3,7 +3,7 @@ - removed from the arkenfox user.js - deprecated by Mozilla but listed in the arkenfox user.js in the past - Last updated: 5-October-2022 + Last updated: 8-October-2022 Instructions: - [optional] close Firefox and backup your profile @@ -242,6 +242,7 @@ 'browser.newtabpage.activity-stream.feeds.discoverystreamfeed', 'browser.newtabpage.activity-stream.feeds.snippets', 'browser.tabs.warnOnClose', + 'devtools.chrome.enabled', 'dom.netinfo.enabled', 'dom.vr.enabled', 'extensions.formautofill.addresses.supported',