Skip to content

Commit 2d51282

Browse files
authored
Merge pull request #493 from Simlor/patch-3
Clarified when "require-corp" is the default value (documentation change)
2 parents 02b8280 + 6bc25d0 commit 2d51282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.documentation/2.headers/3.crossOriginEmbedderPolicy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Allows the document to fetch cross-origin resources without giving explicit perm
6464

6565
### `require-corp`
6666

67-
This is the default value. A document can only load resources from the same origin, or resources explicitly marked as loadable from another origin. If a cross origin resource supports CORS, the crossorigin attribute or the Cross-Origin-Resource-Policy header must be used to load it without being blocked by COEP.
67+
In `strict` mode, this is the default value. A document can only load resources from the same origin, or resources explicitly marked as loadable from another origin. If a cross origin resource supports CORS, the crossorigin attribute or the Cross-Origin-Resource-Policy header must be used to load it without being blocked by COEP.
6868

6969
### `credentialless`
7070

0 commit comments

Comments
 (0)