Skip to content

Report type types coep #27047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
325 changes: 325 additions & 0 deletions api/Report.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,331 @@
"standard_track": true,
"deprecated": false
}
},
"type_coep": {
"__compat": {
"description": "`coep` report type",
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "79",
"flags": [
{
"type": "preference",
"name": "dom.reporting.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "16.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"blockedURL": {
"__compat": {
"description": "`blockedURL` in `coep` report body",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
},
"destination": {
"__compat": {
"description": "`destination` in `coep` report body",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
},
"disposition": {
"__compat": {
"description": "`disposition` in `coep` report body",
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "79",
"flags": [
{
"type": "preference",
"name": "dom.reporting.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "16.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"type": {
"__compat": {
"description": "`type` in `coep` report body",
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#embedder-policy-checks",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "69",
"notes": "Includes support for non-standard type `coep`"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI this takes a non standard option corp (, which is misprinted here as coep)
I think I should make this yet one lower subfeature for this case, but ONLY include the invalid values.
My reasoning is that when corp option is no longer supported, we'd need to track the change.

Thoughts?

Suggested change
"notes": "Includes support for non-standard type `coep`"
"notes": "Includes support for non-standard type `corp`"

},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "79",
"flags": [
{
"type": "preference",
"name": "dom.reporting.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "16.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"type_csp-violation": {
"__compat": {
"description": "`csp-violation` report type",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSPViolationReportBody",
"spec_url": "https://w3c.github.io/webappsec-csp/#reporting",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "74"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "130",
"flags": [
{
"type": "preference",
"name": "dom.reporting.enabled",
"value_to_set": "true"
}
]
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": {
"version_added": "56"
},
"opera_android": {
"version_added": "48"
},
"safari": {
"version_added": "18.4"
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": "10.0"
},
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"type_deprecation": {
"__compat": {
"description": "`deprecation` report type",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/DeprecationReportBody",
"spec_url": "https://wicg.github.io/deprecation-reporting/#deprecation-report",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "65",
"flags": [
{
"type": "preference",
"name": "dom.reporting.enabled",
"value_to_set": "true"
}
],
"partial_implementation": true,
"notes": "Not supported in workers"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"type_intervention": {
"__compat": {
"description": "`intervention` report type",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/InterventionReportBody",
"spec_url": "https://wicg.github.io/intervention-reporting/#intervention-report",
"tags": [
"web-features:reporting"
],
"support": {
"chrome": {
"version_added": "69"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"toJSON": {
Expand Down