Skip to content

Commit bc5c183

Browse files
chrisdavidmillscfredriccaugner
authored
Chrome 141/Firefox 140 storage access activation per origin (#28682)
* Chrome 141/Firefox 140 storage access activation per origin * Update http/headers/Activate-Storage-Access.json Co-authored-by: Chris Fredrickson <cfredric@users.noreply.github.com> * fixes for caugner review comments * revert unwanted changes * Add separate strict_same_origin_policy feature * Update api/Document.json Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> * Remove note, improve URL * Fix linting error --------- Co-authored-by: Chris Fredrickson <cfredric@users.noreply.github.com> Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 6d8bdc8 commit bc5c183

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

api/Document.json

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7295,7 +7295,7 @@
72957295
"opera_android": "mirror",
72967296
"safari": {
72977297
"version_added": "11.1",
7298-
"notes": "Client-side storage access granted per-page ([see explanation](https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works))"
7298+
"notes": "Client-side storage access is granted per-page ([see explanation](https://developer.mozilla.org/docs/Web/API/Storage_Access_API#how_it_works:~:text=In%20older%20spec%20versions%2C%20the%20access%20was%20per%2Dpage))."
72997299
},
73007300
"safari_ios": "mirror",
73017301
"samsunginternet_android": "mirror",
@@ -7310,6 +7310,43 @@
73107310
"deprecated": false
73117311
}
73127312
},
7313+
"strict_same_origin_policy": {
7314+
"__compat": {
7315+
"description": "Third-party cookies sent only with requests to the calling embed's exact origin, not the whole site.",
7316+
"spec_url": "https://privacycg.github.io/storage-access/#dom-document-requeststorageaccess:~:text=is%20not%20same%20origin",
7317+
"tags": [
7318+
"web-features:storage-access"
7319+
],
7320+
"support": {
7321+
"chrome": {
7322+
"version_added": "141"
7323+
},
7324+
"chrome_android": "mirror",
7325+
"edge": "mirror",
7326+
"firefox": {
7327+
"version_added": "140"
7328+
},
7329+
"firefox_android": "mirror",
7330+
"oculus": "mirror",
7331+
"opera": "mirror",
7332+
"opera_android": "mirror",
7333+
"safari": {
7334+
"version_added": false
7335+
},
7336+
"safari_ios": "mirror",
7337+
"samsunginternet_android": "mirror",
7338+
"webview_android": {
7339+
"version_added": false
7340+
},
7341+
"webview_ios": "mirror"
7342+
},
7343+
"status": {
7344+
"experimental": false,
7345+
"standard_track": true,
7346+
"deprecated": false
7347+
}
7348+
}
7349+
},
73137350
"types_parameter": {
73147351
"__compat": {
73157352
"description": "`types` parameter",

0 commit comments

Comments
 (0)