зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset df1f14eb13ef (bug 1488593) for build bustages on a CLOSED TREE
This commit is contained in:
Родитель
8f28b1fc59
Коммит
36c5e5b56a
|
@ -573,8 +573,8 @@ nsNSSComponent::MaybeEnableFamilySafetyCompatibility()
|
|||
if (!(IsWin8Point1OrLater() && !IsWin10OrLater())) {
|
||||
return;
|
||||
}
|
||||
// Disabled by default.
|
||||
uint32_t familySafetyMode = Preferences::GetUint(kFamilySafetyModePref, 0);
|
||||
// Detect but don't import by default.
|
||||
uint32_t familySafetyMode = Preferences::GetUint(kFamilySafetyModePref, 1);
|
||||
if (familySafetyMode > 2) {
|
||||
familySafetyMode = 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче