From 9419e2faabc9f88619adf9650fc190fb7688e167 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 25 May 2021 17:30:40 +0000 Subject: [PATCH] remove 1210 been default true since FF26 - thanks earthlng --- user.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/user.js b/user.js index 85f9516..0c5b9ef 100644 --- a/user.js +++ b/user.js @@ -658,9 +658,6 @@ user_pref("security.tls.enable_0rtt_data", false); /** OCSP (Online Certificate Status Protocol) #Required reading [#] https://scotthelme.co.uk/revocation-is-broken/ ***/ -/* 1210: enable OCSP Stapling - * [1] https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/ ***/ -user_pref("security.ssl.enable_ocsp_stapling", true); /* 1211: control when to use OCSP fetching (to confirm current validity of certificates) * 0=disabled, 1=enabled (default), 2=enabled for EV certificates only * OCSP (non-stapled) leaks information about the sites you visit to the CA (cert authority)