Skip to content
Merged
Changes from 8 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
41 changes: 40 additions & 1 deletion api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -7295,7 +7295,10 @@
"opera_android": "mirror",
"safari": {
"version_added": "11.1",
"notes": "Client-side storage access granted per-page ([see explanation](https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works))"
"notes": [
"Client-side storage access is granted per-page ([see explanation](https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works)).",
"`storage-access` activation results in third-party cookies being sent with requests to the calling embed's site."
Copy link
Contributor

Choose a reason for hiding this comment

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

Either this note describes the expected behavior before the spec change (then let's remove this note), or it describes a particular Chrome behavior before the spec change (then let's remove the note to the subfeature).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Rats, I meant to remove that note, but forgot. Removed now.

I also updated the URL on the remaining note line to point directly at the note that explains "granted per-page", as the existing URL wasn't very effective.

]
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -7310,6 +7313,42 @@
"deprecated": false
}
},
"strict_same_origin_policy": {
"__compat": {
"description": "Third-party cookies sent only with requests to the calling embed's exact origin, not the whole site.",
"tags": [
"web-features:storage-access"
],
"support": {
"chrome": {
"version_added": "141"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "140"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
},
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"types_parameter": {
"__compat": {
"description": "`types` parameter",
Expand Down