-
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.
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.
According to response, this is false. Also for reportingobservers for COOP/COEP
"version_added": "130", | |
"version_added": false, | |
"impl_url": "https://bugzil.la/1652926" |
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.
@hamishwillee You resolved this thread, but didn't change version_added
to false. Was that intentional?
Based on the bug which covers both COOP/COEP I would expect it is not supported for both.
c9266b0
to
d15bb06
Compare
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 related to #27047. However it is not dependent. (and for docs, to mdn/content#39814)