Horje

How to create crossorigin Attributes on HTML <link> Tag

Setting the attribute name to an empty value, like crossorigin or crossorigin="", is the same as anonymous.

index.html
Example: HTML
<link rel="manifest" href="/app.webmanifest" crossorigin="use-credentials" />





Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin