We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d156d51 commit 45f7b2cCopy full SHA for 45f7b2c
modules/ROOT/partials/configuration/crossorigin.adoc
@@ -14,7 +14,7 @@ The `+crossorigin+` option controls how {productname} handles cross-origin resou
14
15
* `+'anonymous'+` - Sets crossorigin="anonymous".
16
* `+'use-credentials'+` - Sets crossorigin="use-credentials".
17
-* `+''+` (empty string) - Omits the crossorigin attribute entirely.
+* `undefined` - Omits the crossorigin attribute entirely.
18
19
=== Example: Basic configuration
20
0 commit comments