1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-04-24 17:22:01 +02:00 committed by Luca Bilke
commit d6331d2e0b
4 changed files with 20 additions and 17 deletions
.config
.local/share

@ -1 +1 @@
Subproject commit b1f04e7e0b8fab0a8f9e6b6de9d69625f81c37df
Subproject commit 3bc5a385fe1624d6701326f92e9456774954404d

View file

@ -2,7 +2,7 @@
## arkenfox user.js updater for macOS and Linux
## version: 3.7
## version: 3.8
## Author: Pat Johnson (@overdodactyl)
## Additional contributors: @earthlng, @ema-pe, @claustromaniac, @infinitewarp

View file

@ -18,8 +18,10 @@ user_pref("browser.startup.page", 1);
// Don't clear history on browser shutdown
user_pref("privacy.clearOnShutdown.history", false);
// Allow search suggestions
// Override these if you trust the searchengine you have set as default
// Allow search in URL bar
user_pref("keyword.enabled", true);
// Allow search suggestions
user_pref("browser.search.suggest.enabled", true);
user_pref("browser.urlbar.suggest.searches", true);

@ -0,0 +1 @@
Subproject commit 371591a7b6f0f3c9501c52a7b566addbfd804d09