mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-26 04:21:39 +01:00
Updated 1.3 Implementation (markdown)
parent
74eda562a2
commit
a5423a3e8f
@ -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 <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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user