mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 14:59:36 +02:00
chore: Update CSRF_TRUSTED_ORIGINS in settings.py
This commit is contained in:
parent
17b274d598
commit
e646ad6f81
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ CORS_ORIGIN_ALLOW_ALL = True
|
|||
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
# 'https://api.adventurelog.app',
|
||||
# 'https://adventurelog.app',
|
||||
'https://api.adventurelog.app',
|
||||
'https://adventurelog.app',
|
||||
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue