| [ | |
| { | |
| "os": [ | |
| "win", | |
| "linux", | |
| "mac", | |
| "android", | |
| "chromeos", | |
| "fuchsia" | |
| ], | |
| "policy_pref_mapping_tests": [ | |
| { | |
| "policies": { | |
| "SensorsAllowedForUrls": [ | |
| "[*.]google.com" | |
| ] | |
| }, | |
| "prefs": { | |
| "profile.managed_sensors_allowed_for_urls": { | |
| "value": [ | |
| "[*.]google.com" | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "policies": {}, | |
| "prefs": { | |
| "profile.managed_sensors_allowed_for_urls": { | |
| "default_value": [] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] |