Opened 19 hours ago

Closed 19 hours ago

Last modified 19 hours ago

#36220 closed Bug (invalid)

Access to font has been blocked by CORS policy

Reported by: rabindrapantha22 Owned by:
Component: Documentation Version: 5.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There are multiple errors in the console for the docs subdomain, similar to the example below.

Access to font at 'https://static.djangoproject.com/fonts/FiraMono-Bold.3bfe927e68ca.woff2' from origin 'https://docs.djangoproject.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://www.djangoproject.com' that is not equal to the supplied origin.

Change History (3)

comment:1 by rabindrapantha22, 19 hours ago

Resolution: fixed
Status: newclosed

comment:2 by Clifford Gama, 19 hours ago

Resolution: fixedinvalid

in reply to:  2 comment:3 by Clifford Gama, 19 hours ago

Issues for Django's website are reported on the djangoproject.com github repo.

Note: See TracTickets for help on using tickets.
Back to Top