disable firefox suggests

This commit is contained in:
fxbrit 2021-09-24 11:53:51 +02:00 committed by fabrizio
parent c16c0911f3
commit 9014c24b79
2 changed files with 4 additions and 1 deletions

View file

@ -20,9 +20,10 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl
- UI bug in tracking protection section is fixed. - UI bug in tracking protection section is fixed.
- a bunch of dead links are fixed. - a bunch of dead links are fixed.
- for screensharing see [testing provided at this link](https://github.com/arkenfox/user.js/issues/1245) - for screensharing see [testing provided at this link](https://github.com/arkenfox/user.js/issues/1245)
- disable new firefox suggests feature
**Notes** **Notes**
Recent changes in the category `MISC > set librewolf support and releases urls` require to create a couple header for the landing page page. Recent changes in the category `MISC > set librewolf support and releases urls` require to create a couple header for the landing page.
#### Removed preferences #### Removed preferences
``` ```
@ -116,6 +117,7 @@ defaultPref("dom.storage.next_gen", true); // default from v92.0
defaultPref("browser.download.useDownloadDir", false); // force user interaction on downloads, by always asking location defaultPref("browser.download.useDownloadDir", false); // force user interaction on downloads, by always asking location
// defaultPref("security.remote_settings.crlite_filters.enabled", true); // defaultPref("security.remote_settings.crlite_filters.enabled", true);
// defaultPref("security.pki.crlite_mode", 2); // defaultPref("security.pki.crlite_mode", 2);
defaultPref("browser.urlbar.quicksuggest.enabled", false); // disable firefox suggests and hide its UI
``` ```
#### Commented prefs #### Commented prefs

View file

@ -246,6 +246,7 @@ lockPref("browser.region.update.enabled", false);
// disable search suggestions // disable search suggestions
defaultPref("browser.urlbar.suggest.searches", false); defaultPref("browser.urlbar.suggest.searches", false);
defaultPref("browser.search.suggest.enabled", false); defaultPref("browser.search.suggest.enabled", false);
defaultPref("browser.urlbar.quicksuggest.enabled", false); // disable firefox suggests and hide its UI
defaultPref("browser.search.region", "US"); // set a default search region for all users defaultPref("browser.search.region", "US"); // set a default search region for all users
defaultPref("browser.search.update", false); // do not update open search search engines defaultPref("browser.search.update", false); // do not update open search search engines