HTML/Attribute/crossorigin
Aus SELFHTML-Wiki
Das crossorigin-Attribut legt fest, wie das Element crossorigin-Requests (CORS) behandelt.
erlaubte Werte |
|
---|---|
default-Wert | - |
erlaubt in | HTML/Elemente/link |
Beispiel
<script src="https://example.com/example-framework.js"
crossorigin="anonymous">
</script>