Skip to content

Commit b433423

Browse files
committedApr 5, 2024·
solve CORS
1 parent 3e6f606 commit b433423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎DOSPORTAL/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

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

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

3232
# Application definition
3333

0 commit comments

Comments
 (0)
Please sign in to comment.