Update 'user.js'

This commit is contained in:
Narsil 2021-10-06 11:07:04 +00:00
parent 382b69c398
commit 0e8702ca15
1 changed files with 1 additions and 1 deletions

View File

@ -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);