Commit 6da864eb authored by Sukhbir Singh's avatar Sukhbir Singh
Browse files

Bug 26186: Replace usage of `intl.locale.matchOS` in tor-browser's build script

`intl.locale.matchOS` has been deprecated and the new preference is
`intl.locale.requested`, which is set by commit 473342ee. See bug
26073 for more information.
parent 0709bf67
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -146,7 +146,6 @@ cat Bundle-Data/PTConfigs/meek-http-helper-user.js >> "$TBDIR/$MEEKPROFILEPATH/u

[% IF ! c("var/multi_lingual") %]
  echo 'pref("extensions.torlauncher.prompt_for_locale", false);' >> "$EXTOVERRIDESPATH"
  echo 'pref("intl.locale.matchOS", false);' >> "$EXTOVERRIDESPATH"
[% END %]

[% IF c("var/linux") %]