Skip to content

Commit 568a6c4

Browse files
authored
Add ReportingObserver report type permissions-policy-violation (#29500)
1 parent f8dc47c commit 568a6c4

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

api/ReportingObserver.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,41 @@
321321
"deprecated": false
322322
}
323323
}
324+
},
325+
"permissions-policy-violation": {
326+
"__compat": {
327+
"description": "`permissions-policy-violation` report type",
328+
"spec_url": "https://w3c.github.io/webappsec-permissions-policy/#reporting",
329+
"tags": [
330+
"web-features:reporting"
331+
],
332+
"support": {
333+
"chrome": {
334+
"version_added": "120"
335+
},
336+
"chrome_android": "mirror",
337+
"edge": "mirror",
338+
"firefox": {
339+
"version_added": false
340+
},
341+
"firefox_android": "mirror",
342+
"oculus": "mirror",
343+
"opera": "mirror",
344+
"opera_android": "mirror",
345+
"safari": {
346+
"version_added": false
347+
},
348+
"safari_ios": "mirror",
349+
"samsunginternet_android": "mirror",
350+
"webview_android": "mirror",
351+
"webview_ios": "mirror"
352+
},
353+
"status": {
354+
"experimental": true,
355+
"standard_track": true,
356+
"deprecated": false
357+
}
358+
}
324359
}
325360
}
326361
}

0 commit comments

Comments
 (0)