fix trusted origins default
This commit is contained in:
parent
433dcef8d4
commit
7ee58ce501
1 changed files with 1 additions and 1 deletions
|
|
@ -191,6 +191,6 @@ CSRF_COOKIE_SAMESITE = 'None' # temp
|
|||
CSRF_COOKIE_SECURE = False
|
||||
SESSION_COOKIE_SAMESITE = 'None' # temp
|
||||
SESSION_COOKIE_SECURE = False
|
||||
CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', '').split(',')
|
||||
CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', 'http://localhost:5173').split(',')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue