Skip to content

Commit 45f7b2c

Browse files
authored
Update modules/ROOT/partials/configuration/crossorigin.adoc
1 parent d156d51 commit 45f7b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/configuration/crossorigin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `+crossorigin+` option controls how {productname} handles cross-origin resou
1414

1515
* `+'anonymous'+` - Sets crossorigin="anonymous".
1616
* `+'use-credentials'+` - Sets crossorigin="use-credentials".
17-
* `+''+` (empty string) - Omits the crossorigin attribute entirely.
17+
* `undefined` - Omits the crossorigin attribute entirely.
1818

1919
=== Example: Basic configuration
2020

0 commit comments

Comments
 (0)