Skip to content

Commit

Permalink
recentsearches
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Aug 24, 2024
1 parent b498a65 commit e0ec4d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******
* name: arkenfox user.js
* date: 14 August 2024
* date: 25 August 2024
* version: 128
* urls: https://github.com/arkenfox/user.js [repo]
* : https://arkenfox.github.io/gui/ [interactive]
Expand Down Expand Up @@ -318,6 +318,12 @@ user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: fa
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+] [DEFAULT: false]
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
// user_pref("browser.urlbar.clipboard.featureGate", false);
/* 0808: disable recent searches [FF120+]
* [NOTE] regional rollout [2], sanitized with history on shutdown (2811) [3]
* [1] https://support.mozilla.org/kb/search-suggestions-firefox
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1900900#c9
* [3] https://support.mozilla.org/en-US/kb/clear-recent-searches-search-bar ***/
// user_pref("browser.urlbar.recentsearches.featureGate", false); // [DEFAULT: true FF128+]
/* 0810: disable search and form history
* [SETUP-WEB] Be aware that autocomplete form data can be read by third parties [1][2]
* [NOTE] We also clear formdata on exit (2811)
Expand Down

0 comments on commit e0ec4d0

Please sign in to comment.