Replies: 1 comment
-
Looks like a HTML spec limitation of preload vite/packages/vite/src/node/plugins/html.ts Line 725 in abf04c3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks 👋,
I've been trying to find information in the repository around
crossorigin
and any specific reason to have it set as default.I understand what
crossorigin
does, I just wonder what is the reason for having it as a default and not making it configurable (for example to opt out of it if needed).For instance, having
crossorigin
requires the target server (usually a CDN or similar) to have CORS configured, which is not always so straightforward.Any info or additional context around that would be greatly appreciated.
Thanks 🤗
Beta Was this translation helpful? Give feedback.
All reactions