commit 1c6c5ea2ff3cbd9185e80c869f8b1c4217d223bd
parent 2d316ceedd347836ad268e5d59c3b20a5a56565a
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 13 Sep 2018 05:09:07 +0000
1000s: cache header section #496
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/user.js b/user.js
@@ -614,15 +614,16 @@ user_pref("security.insecure_field_warning.contextual.enabled", true);
user_pref("network.auth.subresource-img-cross-origin-http-auth-allow", false);
/*** 1000: CACHE [SETUP]
- ETAG [1] and other [2] cache tracking/fingerprinting techniques can be averted by
+ ETAG [1] and other [2][3] cache tracking/fingerprinting techniques can be averted by
disabling *BOTH* disk (1001) and memory (1003) cache. ETAGs can also be neutralized
- by modifying response headers [3]. Another solution is to use a hardened configuration
- with Temporary Containers [4]. Alternatively, you can *LIMIT* exposure by clearing
+ by modifying response headers [4]. Another solution is to use a hardened configuration
+ with Temporary Containers [5]. Alternatively, you can *LIMIT* exposure by clearing
cache on close (2803). or on a regular basis manually or with an extension.
[1] https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags
[2] https://robertheaton.com/2014/01/20/cookieless-user-tracking-for-douchebags/
- [3] https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.2.4-Header-Editor
- [4] https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21
+ [3] https://www.grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache
+ [4] https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.2.4-Header-Editor
+ [5] https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21
***/
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
/** CACHE ***/