Add trusted domain for CSRF
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -131,3 +131,5 @@ LOGGING = {
|
|||||||
"handlers": {"console": {"class": "logging.StreamHandler"}},
|
"handlers": {"console": {"class": "logging.StreamHandler"}},
|
||||||
"root": {"handlers": ["console"], "level": "WARNING"},
|
"root": {"handlers": ["console"], "level": "WARNING"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CSRF_TRUSTED_ORIGINS = ["https://tracker.kucharczyk.xyz"]
|
||||||
|
Reference in New Issue
Block a user