mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-21 10:01:39 +01:00
Page:
3.2 Overrides [Common]
Pages
1.1 To Arkenfox or Not
2.1 User.js
2.2 Backup
3.1 Overrides
3.2 Overrides [Common]
3.3 Overrides [To RFP or Not]
3.4 Apply & Update & Maintain
3.5 prefsCleaner
4.1 Extensions
5.1 Updater [Options]
5.2 Troubleshooting
Appendix A Test Sites
Appendix B Test Sites [Fingerprinting]
Appendix C References
Home
0
3.2 Overrides [Common]
Thorin-Oakenpants edited this page 2024-08-26 08:54:43 +00:00
Table of Contents
🟩 Previous: Overrides
🟥 Summary: Arkenfox v115.1+ makes approx 110 pref changes. Of those, a tiny few cover almost all usability issues
- Your mileage may vary
- You can always change your overrides at any time and "undo"/"redo" things
- ⚠️ except deleted items (such as cookies, history and session restore)
- See that warning above? Now make sure to read the tiny few items below, because arkenfox deletes items by default
⭐ There is also an interactive version of the user.js at https://arkenfox.github.io/gui that you can:
- search, filter, collapse and expand to your heart's content
- use to lookup items, decide what to override, and troubleshoot
🟪 SECURITY
0403
: We disable binary checks not in Safe Browsing local lists- ⚠️ If you do not understand the consequences, override this
🟪 KEEP LOGINS
- We delete all cookies and site data on close
- There is no need to change any prefs - to keep some cookies and logins, just add site exceptions: either
Ctrl+I
> Permissions > Cookies > Allow (when on the website in question)☰ Settings
> Privacy & Security > Cookies & Site Data > Manage Exceptions
- For cross-domain logins, add exceptions for both sites
- e.g.
https://www.youtube.com
(site) +https://accounts.google.com
(single sign on)
- e.g.
- ⚠️ Be selective with what cookies you keep, as they also disable partitioning, see bugzilla 1767271
- There is no need to change any prefs - to keep some cookies and logins, just add site exceptions: either
🟪 COMMON
0102
: We disable session restore- If you rely on session restore, see our override recipe
0810
: We disable search & form history- Form data can easily be stolen by third parties
- see this 2017 article and bugzillas 1443083 + 1427543
- see this 2011 article and bugzilla 381681
- Form data can easily be stolen by third parties
1223
: We enforce strict pinning- Override if you have issues with antivirus
2811
: We delete history (download, form and browsing histories) on close- And
2820
for manual sanitizing
- And
🟪 OTHER
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.
- Check our override recipes
- Check already answered issues
- While not 100% definitive, search for
[SETUP
in the user.js; e.g.[SETUP-WEB]
can cause some websites to break[SETUP-CHROME]
changes how Firefox itself behaves (i.e. NOT directly website related)
- You may also want to add items e.g.
5000s
optional
🟩 Next: Overrides [To RFP or Not]