fix: trusted origins settings.py

pull/1/head
palid 2024-01-14 21:46:54 +01:00
parent 6c81441f00
commit 81417f58be
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ ALLOWED_HOSTS = env(
).split(",")
LOGIN_REDIRECT_URL = "/admin/"
CSRF_TRUSTED_ORIGINS = env("HOST", "https://inventory.hackerspace.pl,").split(",")
CSRF_TRUSTED_ORIGINS = env("HOST", "https://inventory.hackerspace.pl").split(",")
# Application definition