зеркало из https://github.com/mozilla/gecko-dev.git
set the charset detect to what mozilla uses. what we were using wouldn't
always work (bug 180461)
This commit is contained in:
Родитель
ee1969518b
Коммит
2ea1cd346f
|
@ -48,8 +48,8 @@ pref("font.size.variable.x-western", 15);
|
|||
pref("font.size.fixed.x-western", 12);
|
||||
pref("font.size.minimum-size.x-western", 10);
|
||||
|
||||
// turn on universal character detection
|
||||
pref("intl.charset.detector", "universal_charset_detector");
|
||||
// set character detection (should be same as mozilla)
|
||||
pref("intl.charset.detector", "chrome://navigator/locale/navigator.properties");
|
||||
|
||||
pref("chimera.store_passwords_with_keychain", true);
|
||||
pref("chimera.keychain_passwords_autofill", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче