Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
43 changes: 43 additions & 0 deletions http/headers/Cross-Origin-Embedder-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Contributor Author

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

},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "130",
Copy link
Contributor Author

@hamishwillee hamishwillee Oct 13, 2025

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.

"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": "16.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down
43 changes: 43 additions & 0 deletions http/headers/Cross-Origin-Opener-Policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Contributor Author

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

},
"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": "16.4"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
Expand Down
Loading