Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cross-Origin-Resource-Policy: cross-origin header to CDN #20132

Open
tagliala opened this issue Feb 23, 2024 Discussed in #20131 · 1 comment
Open

Add Cross-Origin-Resource-Policy: cross-origin header to CDN #20132

tagliala opened this issue Feb 23, 2024 Discussed in #20131 · 1 comment
Assignees
Labels
bug cdn needs-triage This bug needs to be confirmed

Comments

@tagliala
Copy link
Member

tagliala commented Feb 23, 2024

Discussed in #20131

Originally posted by tonydream888 February 23, 2024
Our website enabled “Cross-Origin Isolation”, so all resources(css, font, etc) on your server (use.fontawesome.com) are blocked by browser(Firefox, etc)!

To fix the problem, please add the following http response header to your server:

Cross-Origin-Resource-Policy: cross-origin

that header will tell browser that your server give clear permission to other servers to access resources(css, etc) on your server.

Thanks!

Ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cross-Origin_Resource_Policy#relationship_to_cross-origin_embedder_policy_coep

@tagliala tagliala added bug cdn needs-triage This bug needs to be confirmed labels Feb 23, 2024
@tonydream888
Copy link

@tagliala

:) Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cdn needs-triage This bug needs to be confirmed
Projects
None yet
Development

No branches or pull requests

3 participants