Fix CSRF trust
This commit is contained in:
parent
0eeb345003
commit
ad537e737b
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ SECRET_KEY = "h/0OOuNSBRJy9Suo172Y5sJYGgmDqanh"
|
|||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ["nummi.edgarpierre.fr"]
|
||||
CSRF_TRUSTED_ORIGINS = ["https://nummi.edgarpierre.fr"]
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
Loading…
Reference in a new issue