forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
33135f9804
commit
c67bb30c9a
8
user.js
8
user.js
|
@ -1192,14 +1192,6 @@ user_pref("browser.urlbar.trimURLs", false);
|
|||
// Minimum=1=currentpage, 2 is the recommended minimum as some pages use it as a means of referral (e.g. hotlinking), 4 or 6 or 10 may be more practical
|
||||
user_pref("browser.sessionhistory.max_entries", 4); // [DEFAULT: 50]
|
||||
// -------------------------------------
|
||||
// Pref : 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 C 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);
|
||||
// -------------------------------------
|
||||
// Pref : Disable live search suggestions
|
||||
user_pref("browser.search.suggest.enabled", false);
|
||||
user_pref("browser.search.suggest.enabled.private", false);
|
||||
|
|
Loading…
Reference in New Issue