-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,49 @@ | |
"deprecated": false | ||
} | ||
} | ||
}, | ||
"report-to_parameter": { | ||
"__compat": { | ||
"description": "`report-to` parameter" | ||
"spec_url": "https://html.spec.whatwg.org/multipage/browsers.html#the-coep-headers:coep-report-to", | ||
"support": { | ||
"chrome": { | ||
"version_added": "69" | ||
}, | ||
"chrome_android": "mirror", | ||
"edge": "mirror", | ||
"firefox": { | ||
"version_added": "130", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "dom.reporting.enabled", | ||
"value_to_set": "true" | ||
} | ||
] | ||
}, | ||
"firefox_android": { | ||
"version_added": false | ||
}, | ||
"oculus": "mirror", | ||
"opera": "mirror", | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can't find evidence of support (or for report via the API) |
||
}, | ||
"safari_ios": "mirror", | ||
"samsunginternet_android": "mirror", | ||
"webview_android": "mirror", | ||
"webview_ios": "mirror" | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,49 @@ | |
"deprecated": false | ||
} | ||
} | ||
}, | ||
"report-to_parameter": { | ||
"__compat": { | ||
"description": "`report-to` parameter" | ||
"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 commentThe reason will be displayed to describe this comment to others. Learn more. This is wrong. Header added in v83 |
||
}, | ||
"chrome_android": "mirror", | ||
"edge": "mirror", | ||
"firefox": { | ||
"version_added": "130", | ||
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "dom.reporting.enabled", | ||
"value_to_set": "true" | ||
} | ||
] | ||
}, | ||
"firefox_android": { | ||
"version_added": false | ||
}, | ||
"oculus": "mirror", | ||
"opera": "mirror", | ||
"opera_android": { | ||
"version_added": false | ||
}, | ||
"safari": { | ||
"version_added": false | ||
}, | ||
"safari_ios": "mirror", | ||
"samsunginternet_android": "mirror", | ||
"webview_android": "mirror", | ||
"webview_ios": "mirror" | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": true, | ||
"deprecated": 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.
This is wrong. Header added in v83