Set security.OCSP.enabled to 1 to enforce OCSP fetching to confirm current validity of certificates.
This commit is contained in:
@@ -70,7 +70,7 @@ user_pref("browser.uitour.enabled", false);
|
|||||||
user_pref("privacy.globalprivacycontrol.enabled", true);
|
user_pref("privacy.globalprivacycontrol.enabled", true);
|
||||||
|
|
||||||
/** OCSP & CERTS / HPKP ***/
|
/** OCSP & CERTS / HPKP ***/
|
||||||
user_pref("security.OCSP.enabled", 0);
|
user_pref("security.OCSP.enabled", 1); // Enforce OCSP fetching to confirm current validity of certificates
|
||||||
user_pref("security.pki.crlite_mode", 2);
|
user_pref("security.pki.crlite_mode", 2);
|
||||||
|
|
||||||
/** SSL / TLS ***/
|
/** SSL / TLS ***/
|
||||||
|
|||||||
Reference in New Issue
Block a user