user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e01858308281ac3fa8061d0b0b039e0835999fda
parent 6348826519ad139d72a5fee90f1c7f695b94ccb4
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat,  8 Jul 2017 05:24:33 +1200

2701: cookies & 3rd party info #159
Diffstat:
Muser.js | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1486,7 +1486,9 @@ user_pref("ghacks_user.js.parrot", "2700 syntax error: the parrot's joined the b /* 2701: disable cookies on all sites [SETUP] * You can set exceptions under site permissions or use an extension (eg Cookie Controller) * 0=allow all 1=allow same host 2=disallow all 3=allow 3rd party if it already set a cookie - * [SETTING] Options>Privacy>History>Custom Settings>Accept cookies from sites ***/ + * [SETTING] Options>Privacy>History>Custom Settings>Accept cookies from sites + * [NOTE] This also controls access to 3rd party Web Storage, IndexedDB, Cache API and Service Worker Cache + * [1] https://www.fxsitecompat.com/en-CA/docs/2015/web-storage-indexeddb-cache-api-now-obey-third-party-cookies-preference/ ***/ user_pref("network.cookie.cookieBehavior", 2); /* 2702: set third-party cookies (if enabled, see above pref) to session-only * [1] https://feeding.cloud.geek.nz/posts/tweaking-cookies-for-privacy-in-firefox/