minor change to v5.1, spoof_eng is runtime pref
This commit is contained in:
parent
f28b218e97
commit
60221803c4
2 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ pref("intl.accept_languages", "en-US, en");
|
|||
#### Removed preferences
|
||||
```
|
||||
defaultPref("intl.locale.requested", "en-US");
|
||||
defaultPref("privacy.spoof_english", 2);
|
||||
defaultPref("browser.search.region", "US"); // set a default search region for all users
|
||||
defaultPref("extensions.getAddons.langpacks.url", ""); // prevent users from adding lang packs, which would cause leaks
|
||||
```
|
||||
|
|
|
|||
|
|
@ -247,7 +247,6 @@ must use pref and not defaultPref to work. spoof_english also sets the UI correc
|
|||
*/
|
||||
pref("javascript.use_us_english_locale", true);
|
||||
pref("intl.accept_languages", "en-US, en");
|
||||
defaultPref("privacy.spoof_english", 2);
|
||||
|
||||
// disable region updates
|
||||
lockPref("browser.region.network.url", "");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue