Skip to content

Commit

Permalink
remove layout.css.visited_links_enabled, #933
Browse files Browse the repository at this point in the history
This no longer has any affect since FF77+: see https://bugzilla.mozilla.org/1632765
  • Loading branch information
Thorin-Oakenpants authored Dec 9, 2020
1 parent 5c37d50 commit 335ee84
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 335ee84

Please sign in to comment.