Commit c94c5243 authored by John Red Medrano's avatar John Red Medrano

set cors origin to false

parent 2c753af2
......@@ -112,4 +112,4 @@ STATIC_URL = '/static/'
# CORS Headers Settings
# https://github.com/ottoyiu/django-cors-headers/
CORS_ORIGIN_ALLOW_ALL = True
CORS_ORIGIN_ALLOW_ALL = False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment