diff --git a/docs/Changelog.md b/docs/Changelog.md index 65e6431..be923bf 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,9 +20,10 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl - UI bug in tracking protection section is fixed. - a bunch of dead links are fixed. - for screensharing see [testing provided at this link](https://github.com/arkenfox/user.js/issues/1245) +- disable new firefox suggests feature **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 ``` @@ -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("security.remote_settings.crlite_filters.enabled", true); // defaultPref("security.pki.crlite_mode", 2); +defaultPref("browser.urlbar.quicksuggest.enabled", false); // disable firefox suggests and hide its UI ``` #### Commented prefs diff --git a/librewolf.cfg b/librewolf.cfg index 5a963b3..667a558 100755 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -246,6 +246,7 @@ lockPref("browser.region.update.enabled", false); // disable search suggestions defaultPref("browser.urlbar.suggest.searches", 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.update", false); // do not update open search search engines