Commit 5b2dbde2 authored by Jan Wilken Dörrie's avatar Jan Wilken Dörrie Committed by Chromium LUCI CQ

[Passwords] Enable Password Weakness Check By Default

This change enables the PasswordsWeaknessCheck feature by default and
removes the corresponding field trial testing config.

Bug: 1119752
Change-Id: I8e0908f796a56c7eed3bc8945b7c741f15a14838
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637574Reviewed-by: default avatarFriedrich [CET] <fhorschig@chromium.org>
Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844756}
parent c66d101f
...@@ -89,7 +89,7 @@ const base::Feature kPasswordScriptsFetching = { ...@@ -89,7 +89,7 @@ const base::Feature kPasswordScriptsFetching = {
// Enables checking credentials for weakness in Password Check. // Enables checking credentials for weakness in Password Check.
const base::Feature kPasswordsWeaknessCheck = { const base::Feature kPasswordsWeaknessCheck = {
"PasswordsWeaknessCheck", base::FEATURE_DISABLED_BY_DEFAULT}; "PasswordsWeaknessCheck", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables showing UI which allows users to easily revert their choice to // Enables showing UI which allows users to easily revert their choice to
// never save passwords on a certain website. // never save passwords on a certain website.
......
...@@ -5056,24 +5056,6 @@ ...@@ -5056,24 +5056,6 @@
] ]
} }
], ],
"PasswordsWeaknessCheck": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PasswordsWeaknessCheck"
]
}
]
}
],
"PaymentRequestAlwaysAllowJustInTimePaymentApp": [ "PaymentRequestAlwaysAllowJustInTimePaymentApp": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment