Skip to content

Commit

Permalink
Merge pull request #493 from Simlor/patch-3
Browse files Browse the repository at this point in the history
Clarified when "require-corp" is the default value (documentation change)
  • Loading branch information
Baroshem authored Jul 26, 2024
2 parents 02b8280 + 6bc25d0 commit 2d51282
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 2d51282

Please sign in to comment.