1
0
mirror of https://github.com/arkenfox/user.js.git synced 2025-04-11 18:59:28 -04:00

ocsp require = false

This commit is contained in:
Wraaath 2024-07-19 23:10:12 +02:00
parent 25433751a2
commit 4df049c729

@ -446,7 +446,7 @@ user_pref("security.OCSP.enabled", 1); // [DEFAULT: 1]
* could have been revoked) and/or you could be under attack (e.g. malicious blocking of OCSP servers)
* [1] https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
* [2] https://www.imperialviolet.org/2014/04/19/revchecking.html ***/
user_pref("security.OCSP.require", true);
user_pref("security.OCSP.require", false);
/** CERTS / HPKP (HTTP Public Key Pinning) ***/
/* 1223: enable strict PKP (Public Key Pinning)