blob: 4ed8d7c487de690e616e47c2c35764ffc168dc21 [file] [log] [blame]
[
{
"os": [
"chromeos",
"linux",
"win",
"mac",
"fuchsia"
],
"policy_pref_mapping_tests": [
{
"note": "Check default value (no policies set)",
"policies": {},
"prefs": {
"safebrowsing.password_protection_login_urls": {
"default_value": []
}
}
},
{
"note": "Simple value.",
"policies": {
"PasswordProtectionLoginURLs": [
"https://mydomain.com/login.html",
"https://login.mydomain.com"
]
},
"prefs": {
"safebrowsing.password_protection_login_urls": {
"value": [
"https://mydomain.com/login.html",
"https://login.mydomain.com"
]
}
}
}
]
}
]