File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ urlPrefix: https://fetch.spec.whatwg.org/; spec: FETCH; type: http-header
77
77
"title": "Resource Isolation Policy",
78
78
"authors": [ "XSLeaks Wiki" ]
79
79
},
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
+ },
80
85
"coop-coep": {
81
86
"href": "https://web.dev/coop-coep/",
82
87
"title": "Making your website 'cross-origin isolated' using COOP and COEP",
@@ -456,7 +461,7 @@ X-Frame-Options: SAMEORIGIN
456
461
457
462
Note: Documents which need to make use of APIs that require full cross-origin isolation (such
458
463
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]] .
460
465
461
466
Account settings pages, admin panels, and application-specific documents are all good examples of
462
467
resources which would benefit from as much isolation as possible. For real-life examples, consider:
You can’t perform that action at this time.
0 commit comments