You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2021. It is now read-only.
i noticed that calls to my images are not even passing the django cors headers middleware and thus those requests wont get the CORS headers attached. What's the best option to get CORS headers on media files without removing djstatic?
The text was updated successfully, but these errors were encountered:
Okay, i additionally learned why i didnt have this problem before. Its because im trying to load an image into an HTML canvas and this is more restricted than normal image usage. :(
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
i noticed that calls to my images are not even passing the django cors headers middleware and thus those requests wont get the CORS headers attached. What's the best option to get CORS headers on media files without removing djstatic?
The text was updated successfully, but these errors were encountered: