Skip to content

Commit

Permalink
Merge pull request #340 from nodiscc/generaluseragentlocale
Browse files Browse the repository at this point in the history
Ignore general.useragent.locale
  • Loading branch information
pyllyukko authored Sep 22, 2017
2 parents b1cc1fd + b6cda08 commit e8ad277
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ignore.list
Original file line number Diff line number Diff line change
Expand Up @@ -496,3 +496,10 @@
// https://hg.mozilla.org/mozilla-central/rev/206139
"plugins.hideMissingPluginsNotification"
"plugins.notifyMissingFlash"

// PREF: Set Firefox locale to en-US
// http://kb.mozillazine.org/General.useragent.locale
// window.navigator.language is now determined by intl.accept_languages
// https://bugzilla.mozilla.org/show_bug.cgi?id=448743
"general.useragent.locale"

4 changes: 0 additions & 4 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ user_pref("browser.search.geoip.url", "");
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
user_pref("intl.accept_languages", "en-us, en");

// PREF: Set Firefox locale to en-US
// http://kb.mozillazine.org/General.useragent.locale
user_pref("general.useragent.locale", "en-US");

// PREF: Don't use OS values to determine locale, force using Firefox locale setting
// http://kb.mozillazine.org/Intl.locale.matchOS
user_pref("intl.locale.matchOS", false);
Expand Down

0 comments on commit e8ad277

Please sign in to comment.