disable firefox suggests

master
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.
- 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

View File

@ -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