Skip to content

Commit

Permalink
prefs: disable signinallowed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Nov 7, 2019
1 parent 06caf5d commit b94c19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void PrimaryAccountManager::RegisterProfilePrefs(PrefRegistrySimple* registry) {
std::string());
registry->RegisterBooleanPref(prefs::kAutologinEnabled, true);
registry->RegisterListPref(prefs::kReverseAutologinRejectedEmailList);
registry->RegisterBooleanPref(prefs::kSigninAllowed, true);
registry->RegisterBooleanPref(prefs::kSigninAllowed, false);
registry->RegisterBooleanPref(prefs::kSignedInWithCredentialProvider, false);

// Deprecated prefs: will be removed in a future release.
Expand Down

0 comments on commit b94c19f

Please sign in to comment.