| [ | |
| { | |
| "os": [ | |
| "win", | |
| "mac", | |
| "linux", | |
| "chromeos", | |
| "android", | |
| "fuchsia" | |
| ], | |
| "policy_pref_mapping_tests": [ | |
| { | |
| "note": "Check default values (no policies set)", | |
| "prefs": { | |
| "ssl.error_override_allowed_for_origins": { | |
| "default_value": [] | |
| } | |
| } | |
| }, | |
| { | |
| "note": "Simple value", | |
| "policies": { | |
| "SSLErrorOverrideAllowedForOrigins": [ | |
| "meow.com", | |
| "woof.net" | |
| ] | |
| }, | |
| "prefs": { | |
| "ssl.error_override_allowed_for_origins": { | |
| "value": [ | |
| "meow.com", | |
| "woof.net" | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] |