From 36d72ae52cf47f9fda79120aa98a37847b6f2365 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 19 Sep 2017 07:21:52 +1200 Subject: [PATCH] Updated 1.3 Implementation (markdown) --- 1.3-Implementation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/1.3-Implementation.md b/1.3-Implementation.md index 632dfed..af6a3be 100644 --- a/1.3-Implementation.md +++ b/1.3-Implementation.md @@ -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 * 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. - 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 +: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... 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.