-
Notifications
You must be signed in to change notification settings - Fork 2.4k
COOP/COEP report-to parameter support #28166
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
base: main
Are you sure you want to change the base?
Conversation
"chrome_android": "mirror", | ||
"edge": "mirror", | ||
"firefox": { | ||
"version_added": "130", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checking in https://bugzilla.mozilla.org/show_bug.cgi?id=1796848#c1
FF supports the reporting API altogether in 130 behind flag, but not sure if this includes just the API or also the HTTP endpoint report.
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-report-to", | ||
"support": { | ||
"chrome": { | ||
"version_added": "69" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong. Header added in v83
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#coop-report-to", | ||
"support": { | ||
"chrome": { | ||
"version_added": "69" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is wrong. Header added in v83
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't find evidence of support (or for report via the API)
The COEP and CORP had the report-to parameter, used to specify a reporting endpoint, added after the rest of the header. This indicates support for reports being sent to an endpoint.
This is draft while I work out what the support versions are, as far as I can.
This is related to #27047. However it is not dependent.