commit 9cc132e69db7688aa1d5f9ff72b99627527e5e78
parent 9419e2faabc9f88619adf9650fc190fb7688e167
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Tue, 25 May 2021 17:32:07 +0000
security.ssl.enable_ocsp_stapling
default true since FF26
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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: 09-May-2021
+ Last updated: 25-May-2021
For instructions see:
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@@ -236,6 +236,8 @@
'browser.send_pings.require_same_host',
/* 88-beta */
'webgl.min_capability_mode',
+ /* 89-beta */
+ 'security.ssl.enable_ocsp_stapling',
/* reset parrot: check your open about:config after running the script */
'_user.js.parrot'
]