Hacker News new | ask | show | jobs
by tomjakubowski 1362 days ago
You don't need to set up CORS to load assets on a page from a CDN's origin. Cross-origin taint only matters when trying to read asset data from a script.

I think we may be talking past each other and one of us is misunderstanding OP.

1 comments

Yes, but you need it if your API isn't on the same origin as your static assets.