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

CMS deployments are missing web fonts due to CORS error #15184

Open
Tracked by #14795
alexgibson opened this issue Sep 19, 2024 · 1 comment
Open
Tracked by #14795

CMS deployments are missing web fonts due to CORS error #15184

alexgibson opened this issue Sep 19, 2024 · 1 comment
Labels
Bug 🐛 Something's not working the way it should

Comments

@alexgibson
Copy link
Member

Description

The CMS deployments (for editing/publishing) are not loading bedrock's web fonts due to a CORS error.

https://dev.cms.bedrock.nonprod.webservices.mozgcp.net/en-US/about/leadership/

image

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www-dev.allizom.org/media/protocol/fonts/ZillaSlab-Bold.be1d6507cb98.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www-dev.allizom.org/media/protocol/fonts/Inter-Regular.1a7f90ff1f1e.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.

downloadable font: download failed (font-family: "Zilla Slab" style:normal weight:700 stretch:100 src index:1): bad URI or cross-site access not allowed source: https://www-dev.allizom.org/media/protocol/fonts/ZillaSlab-Bold.be1d6507cb98.woff

downloadable font: download failed (font-family: "Inter" style:normal weight:400 stretch:100 src index:1): bad URI or cross-site access not allowed source: https://www-dev.allizom.org/media/protocol/fonts/Inter-Regular.1a7f90ff1f1e.woff

@alexgibson alexgibson added the Bug 🐛 Something's not working the way it should label Sep 19, 2024
@alexgibson alexgibson changed the title CMS preview panes are missing web fonts due to CORS error CMS deployments are missing web fonts due to CORS error Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐛 Something's not working the way it should
Projects
None yet
Development

No branches or pull requests

2 participants
@alexgibson and others