blob: 373e34bffb4fc7bfcc83c481595bd1335568fb96 [file]
[
{
"os": [
"win",
"linux",
"mac",
"chromeos",
"fuchsia"
],
"policy_pref_mapping_tests": [
{
"note": "Check default values (no policies set).",
"prefs": {
"media.screen_capture_without_gesture_allowed_for_origins": {
"default_value": []
}
}
},
{
"note": "Simple value.",
"policies": {
"ScreenCaptureWithoutGestureAllowedForOrigins": [
"https://mydomain.com",
"https://test.mydomain.com"
]
},
"prefs": {
"media.screen_capture_without_gesture_allowed_for_origins": {
"value": [
"https://mydomain.com",
"https://test.mydomain.com"
]
}
}
}
]
}
]