From: Michael Orlitzky Date: Sat, 16 Mar 2019 14:19:59 +0000 (-0400) Subject: Whitespace changes. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=firefox-user-prefs.git;a=commitdiff_plain;h=06c733e9241b3af2b2bc740a61ed3ea6bdbeabac Whitespace changes. --- diff --git a/certificates b/certificates index a741925..358ee50 100644 --- a/certificates +++ b/certificates @@ -1,5 +1,6 @@ /* Certificates and trust */ + /* Disable OCSP, which checks for certificate revocation by sending * your browser history to a third-party. I think this leaves stapling * enabled, which is what we should be using anyway. Not that I believe @@ -15,3 +16,4 @@ * */ user_pref("security.OCSP.enabled", 0); + diff --git a/cookies b/cookies index cdbe417..df9624c 100644 --- a/cookies +++ b/cookies @@ -30,4 +30,3 @@ user_pref("network.cookie.cookieBehavior", 1); */ user_pref("network.cookie.lifetimePolicy", 2); - diff --git a/referer b/referer index 69bdc59..f1176ba 100644 --- a/referer +++ b/referer @@ -30,3 +30,4 @@ user_pref("network.http.referer.XOriginPolicy", 1); * */ user_pref("network.http.referer.XOriginTrimmingPolicy", 1); + diff --git a/speculation b/speculation index 25ee935..a43c1a7 100644 --- a/speculation +++ b/speculation @@ -27,3 +27,4 @@ user_pref("network.prefetch-next", false); * 1. https://wiki.mozilla.org/Privacy/Privacy_Task_Force/firefox_about_config_privacy_tweeks */ user_pref("browser.urlbar.speculativeConnect.enabled", false); + diff --git a/tracking b/tracking index 2518a7c..c585cac 100644 --- a/tracking +++ b/tracking @@ -75,4 +75,5 @@ user_pref("geo.enabled", false); * 1. https://www.contextis.com/en/blog/webgl-a-new-dimension-for-browser-exploitation * */ -user_pref("webgl.disabled", true); \ No newline at end of file +user_pref("webgl.disabled", true); +