Skip to content

Commit

Permalink
Add qa to cors whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandiny committed Jan 30, 2021
1 parent 79800e8 commit 49f14a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arkav/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
'https://www.arkavidia.id',
'https://preview.arkavidia.id',
'https://panda.arkavidia.id',
'https://qa.arkalogica.arkavidia.id',
]
CORS_ALLOW_HEADERS = list(default_headers) + [
'set-cookie',
Expand Down

0 comments on commit 49f14a7

Please sign in to comment.