]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/blob - certificates
makefile: add the makefile to build/install the thing.
[firefox-user-prefs.git] / certificates
1 /* Certificates and trust */
2
3 /* Disable OCSP, which checks for certificate revocation by sending
4 * your browser history to a third-party. I think this leaves stapling
5 * enabled, which is what we should be using anyway. Not that I believe
6 * in the CA infrastructure to begin with!
7 *
8 * WARNING: of all the preferences set in this file, this one is likely
9 * the most controversial.
10 *
11 * References:
12 *
13 * 1. https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol
14 * 2. https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
15 *
16 */
17 user_pref("security.OCSP.enabled", 0);