Page MenuHomePhabricator

Implement proper CORS support at the backend for gdrive to commons uploader app.
Closed, ResolvedPublic

Description

Right now we have to add these weird CORS override like

Screenshot 2020-03-22 at 10.32.34.png (162×707 px, 30 KB)
and we should do better.

Research a bit on how we can do this for django, and lets remove these headers!

Event Timeline

Abbasidaniyal1 subscribed.

I would like to take up this issue

We can use django-cros-header package to implement it. Will try and look for better implementations, if they are available!