Skip to content

Commit 466a189

Browse files
Cite “A guide to enable cross-origin isolation” (w3c#23)
This change adds a citation for Eiji Kitamjura’s “A guide to enable cross-origin isolation” https://web.dev/cross-origin-isolation-guide/
1 parent f7adcfb commit 466a189

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: http-header
7777
"title": "Resource Isolation Policy",
7878
"authors": [ "XSLeaks Wiki" ]
7979
},
80+
"cross-origin-isolation-guide": {
81+
"href": "https://web.dev/cross-origin-isolation-guide/",
82+
"title": "A guide to enable cross-origin isolation",
83+
"authors": [ "Eiji Kitamura" ]
84+
},
8085
"coop-coep": {
8186
"href": "https://web.dev/coop-coep/",
8287
"title": "Making your website 'cross-origin isolated' using COOP and COEP",
@@ -456,7 +461,7 @@ X-Frame-Options: SAMEORIGIN
456461

457462
Note: Documents which need to make use of APIs that require full cross-origin isolation (such
458463
as {{SharedArrayBuffer}}), will also need to serve a `Cross-Origin-Embedder-Policy` header, as
459-
outlined in [[coop-coep]].
464+
outlined in [[coop-coep]] and [[cross-origin-isolation-guide]].
460465

461466
Account settings pages, admin panels, and application-specific documents are all good examples of
462467
resources which would benefit from as much isolation as possible. For real-life examples, consider:

0 commit comments

Comments
 (0)