diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-27 13:04:21 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-27 13:04:21 -0400 |
commit | 0f870b295175282ca0241a96a82e49eff6552215 (patch) | |
tree | 589b829e71e14f09f8e99757ba81d99cb5e69cab /app | |
parent | 9e3e313f811a996f52369ca32afed776abbde3dd (diff) | |
download | iceweasel-uxp-0f870b295175282ca0241a96a82e49eff6552215.tar.gz |
fixup search plugins
Diffstat (limited to 'app')
-rw-r--r-- | app/profile/firefox.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/profile/firefox.js b/app/profile/firefox.js index 8e5f7b3..ec7f19f 100644 --- a/app/profile/firefox.js +++ b/app/profile/firefox.js @@ -364,9 +364,9 @@ pref("browser.search.geoSpecificDefaults.url", ""); // US specific default (used as a fallback if the geoSpecificDefaults request fails). pref("browser.search.defaultenginename.US", "data:text/plain,browser.search.defaultenginename.US=SearX"); -pref("browser.search.order.US.1", "data:text/plain,browser.search.order.US.1=DuckDuckGo"); -pref("browser.search.order.US.2", "data:text/plain,browser.search.order.US.2=StartPage"); -pref("browser.search.order.US.3", "data:text/plain,browser.search.order.US.3=IXQuick"); +pref("browser.search.order.US.1", "data:text/plain,browser.search.order.US.1=SearX"); +pref("browser.search.order.US.2", "data:text/plain,browser.search.order.US.2=DuckDuckGo HTML"); +pref("browser.search.order.US.3", "data:text/plain,browser.search.order.US.3=DuckDuckGo Lite"); // search bar results always open in a new tab pref("browser.search.openintab", false); |