summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2019-04-23 13:15:22 -0400
committerGitHub <noreply@github.com>2019-04-23 13:15:22 -0400
commit228e55129b510f259535810ac31f1777b75ba526 (patch)
treedb7a66334bdc3d29db3fb61903521b86f6b33f40 /application
parent8bd7da130c720480a7bd6901ef3efbdac5f7258b (diff)
parenta3a34dad182a65500beddac7470c843ce4daebd6 (diff)
downloadUXP-228e55129b510f259535810ac31f1777b75ba526.tar
UXP-228e55129b510f259535810ac31f1777b75ba526.tar.gz
UXP-228e55129b510f259535810ac31f1777b75ba526.tar.lz
UXP-228e55129b510f259535810ac31f1777b75ba526.tar.xz
UXP-228e55129b510f259535810ac31f1777b75ba526.zip
Merge pull request #1048 from Ascrod/geodefaults
Remove geo-specific selection of default search engines.
Diffstat (limited to 'application')
-rw-r--r--application/basilisk/app/profile/basilisk.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js
index fc3b4546b..c7b2852dd 100644
--- a/application/basilisk/app/profile/basilisk.js
+++ b/application/basilisk/app/profile/basilisk.js
@@ -346,18 +346,6 @@ pref("browser.search.order.1", "chrome://browser-region/locale/re
pref("browser.search.order.2", "chrome://browser-region/locale/region.properties");
pref("browser.search.order.3", "chrome://browser-region/locale/region.properties");
-// Market-specific search defaults
-// This is disabled globally, and then enabled for individual locales
-// in firefox-l10n.js (eg. it's enabled for en-US).
-pref("browser.search.geoSpecificDefaults", false);
-pref("browser.search.geoSpecificDefaults.url", "https://search.services.mozilla.com/1/%APP%/%VERSION%/%CHANNEL%/%LOCALE%/%REGION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%");
-
-// US specific default (used as a fallback if the geoSpecificDefaults request fails).
-pref("browser.search.defaultenginename.US", "data:text/plain,browser.search.defaultenginename.US=Google");
-pref("browser.search.order.US.1", "data:text/plain,browser.search.order.US.1=Google");
-pref("browser.search.order.US.2", "data:text/plain,browser.search.order.US.2=Yahoo");
-pref("browser.search.order.US.3", "data:text/plain,browser.search.order.US.3=Bing");
-
// search bar results always open in a new tab
pref("browser.search.openintab", false);