src/irinotes/settings.py
changeset 97 69eaef18b01b
parent 88 2a861fed6bde
child 119 8ff8e2aee0f9
equal deleted inserted replaced
96:b58463d7dc8e 97:69eaef18b01b
   242     )
   242     )
   243 }
   243 }
   244 
   244 
   245 # CORS Headers
   245 # CORS Headers
   246 CORS_ORIGIN_ALLOW_ALL = True
   246 CORS_ORIGIN_ALLOW_ALL = True
       
   247 CORS_ALLOW_CREDENTIALS = True
       
   248 
   247 CORS_URLS_REGEX = r'^/api/.*$'
   249 CORS_URLS_REGEX = r'^/api/.*$'