1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-28 15:11:15 +02:00

security.tls.version.enable-deprecated

default false since it was added in FF71 - see https://bugzilla.mozilla.org/1579285
This commit is contained in:
Thorin-Oakenpants 2021-07-20 02:02:26 +00:00 committed by GitHub
parent 3bb9fc713f
commit 4c8c9bc01f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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'
];