Browse Source
Update modules/ROOT/partials/configuration/crossorigin.adoc
pull/3762/head
Karl Kemister-Sheppard
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/ROOT/partials/configuration/crossorigin.adoc
|
|
@ -14,7 +14,7 @@ The `+crossorigin+` option controls how {productname} handles cross-origin resou |
|
|
|
|
|
|
|
* `+'anonymous'+` - Sets crossorigin="anonymous". |
|
|
|
* `+'use-credentials'+` - Sets crossorigin="use-credentials". |
|
|
|
* `+''+` (empty string) - Omits the crossorigin attribute entirely. |
|
|
|
* `undefined` - Omits the crossorigin attribute entirely. |
|
|
|
|
|
|
|
=== Example: Basic configuration |
|
|
|
|
|
|
|