Updated 1.3 Implementation (markdown)

Thorin-Oakenpants 2018-08-13 19:56:22 +00:00
parent 74eda562a2
commit a5423a3e8f

@ -18,19 +18,19 @@
:exclamation: SUPER IMPORTANT: Some data is deleted forever :exclamation: SUPER IMPORTANT: Some data is deleted forever
- Some items are deleted when Firefox closes (section 2800) - Some items are deleted when Firefox closes (section 2800)
* We do not delete your passwords, or cookies or site settings... * We do not delete your passwords, 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 * 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) * 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 - In v62 on, first party cookies only are enabled (2701)
* Cookies control access to local storage and IndexedDB * In v61 and earlier, all cookies were disabled and users encouraged to use site exceptions
* Extensions (not Legacy Extensions) have more limited options for persistent storage, and many use IndexedDB * Cookies control access to local storage and IndexedDB, and unbreak sites
* 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 * In FF62+ you *now* have *many* ways to control cookies and related persistent data
* See [Setting Extension Permission Exceptions](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1.1-Setting-Extension-Permission-Exceptions) * This is just our TEMPLATE change - use what works for you
- First Party Isolation (4001) is enabled by default - First Party Isolation (4001) is enabled by default
* In FF58 and lower, cookie extensions cannot control persistent storage with FPI Origin Attributes <sup>[1381197 fixed in FF59](https://bugzilla.mozilla.org/show_bug.cgi?id=1381197)</sup> * 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) :exclamation: REALLY IMPORTANT: privacy.resistFingerprinting (RFP)