Right now we have to add these weird CORS override like
and we should do better.Research a bit on how we can do this for django, and lets remove these headers!
| 01tonythomas | |
| Mar 22 2020, 9:33 AM |
| F31697676: Screenshot 2020-03-22 at 10.32.34.png | |
| Mar 22 2020, 9:33 AM |
Right now we have to add these weird CORS override like
and we should do better.Research a bit on how we can do this for django, and lets remove these headers!
We can use django-cros-header package to implement it. Will try and look for better implementations, if they are available!
I have submitted PR regarding this issue https://github.com/tonythomas01/gdrive-to-commons/pull/60