From a5423a3e8f514d9fcb5be9856d0a866703fec684 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 13 Aug 2018 19:56:22 +0000 Subject: [PATCH] Updated 1.3 Implementation (markdown) --- 1.3-Implementation.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/1.3-Implementation.md b/1.3-Implementation.md index 1d5b847..0a3352f 100644 --- a/1.3-Implementation.md +++ b/1.3-Implementation.md @@ -18,19 +18,19 @@ :exclamation: SUPER IMPORTANT: Some data is deleted forever - Some items are deleted when Firefox closes (section 2800) - * We do not delete your passwords, or cookies or site settings... - * BUT... and this may come as a nasty surprise to some, we DO delete history - download, form and browsing histories. If you want to keep them, comment out those preferences + * We do not delete your passwords, or site settings... + * BUT... and this may come as a nasty surprise to some, we DO delete cookies and history - download, form and browsing histories. If you want to keep them, comment out those preferences * Note: Since FF55 we disabled search & form history (0860) -:exclamation: VERY IMPORTANT: Cookies, Extensions & First Party Isolation +:exclamation: VERY IMPORTANT: Cookies & First Party Isolation -- All cookies are disabled (2701) by default - * Cookies control access to local storage and IndexedDB - * Extensions (not Legacy Extensions) have more limited options for persistent storage, and many use IndexedDB - * If you block all cookies by default, then you will need to allow a cookie exception for some Extensions, including uBlock Origin, uMatrix, Stylus, and Violentmonkey - * See [Setting Extension Permission Exceptions](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1.1-Setting-Extension-Permission-Exceptions) +- In v62 on, first party cookies only are enabled (2701) + * In v61 and earlier, all cookies were disabled and users encouraged to use site exceptions + * Cookies control access to local storage and IndexedDB, and unbreak sites + * In FF62+ you *now* have *many* ways to control cookies and related persistent data + * This is just our TEMPLATE change - use what works for you - First Party Isolation (4001) is enabled by default - * In FF58 and lower, cookie extensions cannot control persistent storage with FPI Origin Attributes [1381197 fixed in FF59](https://bugzilla.mozilla.org/show_bug.cgi?id=1381197) + * It is recommended that you clear (Ctrl-Shift-Del) everything (except passwords and site preferences) when first enabling this, so non-Origin Attribute data is wiped :exclamation: REALLY IMPORTANT: privacy.resistFingerprinting (RFP)