Add trusted domain for CSRF
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2023-01-03 20:11:59 +01:00
parent 6e4db38ee4
commit 126e758172
1 changed files with 2 additions and 0 deletions

View File

@ -131,3 +131,5 @@ LOGGING = {
"handlers": {"console": {"class": "logging.StreamHandler"}},
"root": {"handlers": ["console"], "level": "WARNING"},
}
CSRF_TRUSTED_ORIGINS = ["https://tracker.kucharczyk.xyz"]