Update 'user.js'

This commit is contained in:
Narsil 2020-12-09 05:14:25 -05:00
parent e416051535
commit 761fee4fae
1 changed files with 2 additions and 10 deletions

12
user.js
View File

@ -158,6 +158,7 @@ user_pref("dom.ipc.plugins.reportCrashURL", false);
// -------------------------------------
// Disable about:addons' Recommendations pane (uses Google Analytics) ***/
user_pref("extensions.getAddons.showPane", false); // [HIDDEN PREF]
// -------------------------------------
// Disable recommendations in about:addons' Extensions and Themes panes [FF68+] ***/
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
// -------------------------------------
@ -482,7 +483,7 @@ user_pref("network.trr.uri", "");
// unattended state (locked, encrypted, forensic hardened).
// [NOTE] The urlbar is also commonly referred to as the location bar and address bar
// #Required reading [#] https://xkcd.com/538/
// -------------------------------------
// >>>>>>>>>>>>>>>>>>>>>
// Disable location bar using search
// Don't leak URL typos to a search engine, give an error message instead.
// Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com"
@ -504,15 +505,6 @@ user_pref("browser.fixup.alternate.enabled", false);
// Display all parts of the url in the location bar ***/
user_pref("browser.urlbar.trimURLs", false);
// -------------------------------------
// Disable coloring of visited links - CSS history leak
// [NOTE] This has NEVER been fully "resolved": in Mozilla/docs it is stated it's
// only in 'certain circumstances'
// [TEST] https://earthlng.github.io/testpages/visited_links.html (see github wiki APPENDIX A on how to use)
// https://dbaron.org/mozilla/visited-privacy
// https://bugzilla.mozilla.org/147777
// https://developer.mozilla.org/docs/Web/CSS/Privacy_and_the_:visited_selector ***/
user_pref("layout.css.visited_links_enabled", false);
// -------------------------------------
// Disable live search suggestions
// [NOTE] Both must be true for the location bar to work
// [SETUP-CHROME] Change these if you trust and use a privacy respecting search engine