From 4c8c9bc01f214aee0bc60b76e4175ffff2bfca0d Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 20 Jul 2021 02:02:26 +0000 Subject: [PATCH] security.tls.version.enable-deprecated default false since it was added in FF71 - see https://bugzilla.mozilla.org/1579285 --- scratchpad-scripts/arkenfox-clear-removed.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-clear-removed.js b/scratchpad-scripts/arkenfox-clear-removed.js index f460c6e..e61e258 100644 --- a/scratchpad-scripts/arkenfox-clear-removed.js +++ b/scratchpad-scripts/arkenfox-clear-removed.js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the arkenfox user.js. - Last updated: 25-May-2021 + Last updated: 20-July-2021 For instructions see: https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -241,6 +241,8 @@ 'webgl.min_capability_mode', /* 89-beta */ 'security.ssl.enable_ocsp_stapling', + /* 90-beta */ + 'security.tls.version.enable-deprecated', /* reset parrot: check your open about:config after running the script */ '_user.js.parrot' ];