This commit is contained in:
2025-08-10 18:54:29 +02:00
parent 877a7be4aa
commit eb3483ce65
2 changed files with 24 additions and 0 deletions

View File

@@ -104,6 +104,12 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
CSRF_TRUSTED_ORIGINS = [
'https://subscribarr.local.js-devop.de',
# Weitere vertrauenswürdige Domains können hier hinzugefügt werden
]
# Internationalization
# https://docs.djangoproject.com/en/5.2/topics/i18n/