blob: 98d8297629682359b060e1e15ba7370037204505 [file] [log] [blame]
[
{
"os": [
"win",
"linux",
"mac",
"chromeos",
"android",
"fuchsia"
],
"policy_pref_mapping_tests": [
{
"policies": {},
"prefs": {
"policy.url_blocklist": {
"default_value": []
}
}
},
{
"policies": {
"URLBlocklist": [
"google.com"
]
},
"prefs": {
"policy.url_blocklist": {
"value": [
"google.com"
]
}
}
}
]
}
]