Skip to content

Commit

Permalink
Removed browser.search.geoSpecificDefaults.url
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Apr 3, 2017
1 parent 3ca60b5 commit 2a37932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ignore.list
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
// Don't disable Firefox Sync, fully opt-in, WONTFIX
// https://wiki.mozilla.org/Services/Sync
"services.sync.enabled"

// browser.search.geoSpecificDefaults master switch is false
"browser.search.geoSpecificDefaults.url"
1 change: 0 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ user_pref("intl.locale.matchOS", false);

// PREF: Don't use Mozilla-provided location-specific search engines
user_pref("browser.search.geoSpecificDefaults", false);
user_pref("browser.search.geoSpecificDefaults.url", "");

// PREF: Do not automatically send selection to clipboard on some Linux platforms
// http://kb.mozillazine.org/Clipboard.autocopy
Expand Down

0 comments on commit 2a37932

Please sign in to comment.