From 761fee4fae7b3ee8233ce435d1fde21e0548623b Mon Sep 17 00:00:00 2001 From: Narsil Date: Wed, 9 Dec 2020 05:14:25 -0500 Subject: [PATCH] Update 'user.js' --- user.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/user.js b/user.js index a58caa4..5ac4430 100644 --- a/user.js +++ b/user.js @@ -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