Updated 1.3 Implementation (markdown)

Thorin-Oakenpants
2017-09-19 07:21:52 +12:00
parent ac1987f98a
commit 36d72ae52c

@@ -22,11 +22,24 @@
* 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 history - download, form and browsing histories. If you want to keep them, comment out those preferences
* Note: Since FF55 we disabled form history * Note: Since FF55 we disabled form history
:exclamation: REALLY IMPORTANT: privacy.resistFingerprinting (RFP)
- The `user.js` uses RFP (section 4500)
* As RFP patches land in stable, alternative existing preferences are moved to section 4600 and made inactive
* ESR and non-RFP users may want to enable section 4600
* :exclamation: RFP users should ***make sure*** to reset items in 4600 in about:config, as some cause RFP to not behave as you would expect and alter your fingerprint.
:exclamation: PRETTY IMPORTANT: Other preferences may cause site breakage, but nothing that can't be fixed. You won't "lose" anything...- it's not the end of the world. :exclamation: PRETTY IMPORTANT: Other preferences may cause site breakage, but nothing that can't be fixed. You won't "lose" anything...- it's not the end of the world.
- Search for `[WARNING]` and `[SETUP]` tags in the `user.js` - Search for `[WARNING]` and `[SETUP]` tags in the `user.js`
- Special mention: all cookies are disabled (2701), we expect you would be using a cookie extension by now - Special mention: all cookies are disabled (2701), we expect you would be using a cookie extension by now
:exclamation: QUITE IMPORTANT:
- There is a deprecated (section 9999)
* ESR users will want to switch on the relevant ESR section
* STABLE users will want to reset these prefs in about:config
### :small_orange_diamond: Decide on a strategy... ### :small_orange_diamond: Decide on a strategy...
So you have a `user.js`, you know how it all works, and you have checked and made a few changes. Now you can choose what profile to use. You can read all about working with [profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.1-Multiple-Profiles) and [portable profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.2-Multiple-Profiles-%5BFirefox-Portable%5D) and also how to run [concurrent profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.3-Concurrent-Profiles) right here in this wiki. So you have a `user.js`, you know how it all works, and you have checked and made a few changes. Now you can choose what profile to use. You can read all about working with [profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.1-Multiple-Profiles) and [portable profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.2-Multiple-Profiles-%5BFirefox-Portable%5D) and also how to run [concurrent profiles](https://github.com/ghacksuserjs/ghacks-user.js/wiki/2.3-Concurrent-Profiles) right here in this wiki.