Skip to content

Commit

Permalink
solve CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Apr 5, 2024
1 parent 8b2f6b4 commit 3e6f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOSPORTAL/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

ALLOWED_HOSTS = ['*','localhost', '127.0.0.1', '0.0.0.0']

CSRF_TRUSTED_ORIGINS = ['https://portal.dos.ust.cz']
CSRF_TRUSTED_ORIGINS = ['https://portal.dos.ust.cz', 'http://eurados-demo.dos.ust.cz']

# Application definition

Expand Down

0 comments on commit 3e6f606

Please sign in to comment.