user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 335ee84540f140f417914b17a8e3c4ced4b0fd9b
parent 5c37d50f4e0c22df321d57f92c6211c9690f0335
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed,  9 Dec 2020 09:26:50 +0000

remove layout.css.visited_links_enabled, #933

This no longer has any affect since FF77+: see https://bugzilla.mozilla.org/1632765
Diffstat:
Muser.js | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/user.js b/user.js @@ -455,14 +455,6 @@ user_pref("keyword.enabled", false); user_pref("browser.fixup.alternate.enabled", false); /* 0803: display all parts of the url in the location bar ***/ user_pref("browser.urlbar.trimURLs", false); -/* 0805: 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', also see latest comments in [2] - * [TEST] https://earthlng.github.io/testpages/visited_links.html (see github wiki APPENDIX A on how to use) - * [1] https://dbaron.org/mozilla/visited-privacy - * [2] https://bugzilla.mozilla.org/147777 - * [3] https://developer.mozilla.org/docs/Web/CSS/Privacy_and_the_:visited_selector ***/ -user_pref("layout.css.visited_links_enabled", false); /* 0807: 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