| [ |
| { |
| "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" |
| ] |
| } |
| } |
| } |
| ] |
| } |
| ] |