mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 13:14:20 +02:00
firefox: don't suggest recent searches in url bar
This commit is contained in:
parent
0cb882ce2e
commit
4d0944b638
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ user_pref("browser.safebrowsing.malware.enabled", false);
|
|||
// Don't trim URLs
|
||||
user_pref("browser.urlbar.trimURLs", false);
|
||||
|
||||
// Don't show recent searchs
|
||||
user_pref("browser.urlbar.suggest.recentsearches", false);
|
||||
|
||||
// Don't offer translating
|
||||
user_pref("browser.translations.automaticallyPopup", false);
|
||||
user_pref("browser.translations.panelShown", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue