Update 'user.js'
This commit is contained in:
parent
382b69c398
commit
0e8702ca15
2
user.js
2
user.js
|
@ -410,7 +410,7 @@ user_pref("security.tls.enable_0rtt_data", false);
|
|||
//
|
||||
// Enforce OCSP fetching to confirm current validity of certificates
|
||||
// 0=disabled, 1=enabled (default), 2=enabled for EV certificates only
|
||||
user_pref("security.OCSP.enabled", 0);// [DEFAULT: 1]
|
||||
user_pref("security.OCSP.enabled", 0); // [DEFAULT: 1]
|
||||
// -------------------------------------
|
||||
// Set OCSP fetch failures (non-stapled) to hard-fail [SETUP-WEB]
|
||||
user_pref("security.OCSP.require", false);
|
||||
|
|
Loading…
Reference in New Issue