Skip to content

Commit

Permalink
Clarified when "require-corp" is the default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Simlor authored Jul 18, 2024
1 parent 02b8280 commit 6bc25d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Allows the document to fetch cross-origin resources without giving explicit perm

### `require-corp`

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.
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.

### `credentialless`

Expand Down

0 comments on commit 6bc25d0

Please sign in to comment.