Skip to content
Snippets Groups Projects
Commit a8314863 authored by Dan Ballard's avatar Dan Ballard
Browse files

Bug 41413: reset install supplied locale pref so it persists

parent 9cdb667c
No related branches found
Tags tor-browser-91.13.0esr-11.5-1-build6
No related merge requests found
......@@ -1416,6 +1416,10 @@ BrowserGlue.prototype = {
Services.prefs.clearUserPref("security.enterprise_roots.auto-enabled");
}
if (!Services.prefs.prefHasUserValue("intl.locale.requested")) {
Services.prefs.setStringPref("intl.locale.requested", Services.prefs.getStringPref("intl.locale.requested", ""));
}
if (!Services.prefs.prefHasUserValue(PREF_PDFJS_ISDEFAULT_CACHE_STATE)) {
PdfJs.checkIsDefault(this._isNewProfile);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment