Closed
Bug 1413597
Opened 8 years ago
Closed 8 years ago
Font issues on some mozilla sites today
Categories
(www.mozilla.org :: Pages & Content, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philipp, Unassigned)
Details
today there are some font issues showing up on mozilla properties like https://support.mozilla.org/ or https://wiki.mozilla.org/ - they are displaying in a different font than usual:
https://screenshots.firefox.com/F1252K5oKrLvTtw2/support.mozilla.org
the console is referring to a number of CORS issues:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Regular-webfont.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Semibold-webfont.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Light-webfont.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Bold-webfont.woff. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Regular-webfont.ttf. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Semibold-webfont.ttf. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Light-webfont.ttf. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://mozorg.cdn.mozilla.net/media/fonts/OpenSans-Bold-webfont.ttf. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
Comment 1•8 years ago
|
||
There was a recent change to that CDN in bug 1408469. We're working on adding the CORS header back to those responses. I'll update here when we've got it fixed.
| Reporter | ||
Comment 2•8 years ago
|
||
thank you, things are starting to look better now!
Comment 3•8 years ago
|
||
Great! I do think we have it fixed. There may be some issues still if the CDN cache on some file hasn't expired, but it'll fix itself soon.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•