This commit is contained in:
2024-09-21 13:24:45 +02:00
parent a5947989b7
commit 9004377721

View File

@@ -38,4 +38,6 @@ SECURE_HSTS_PRELOAD = True
SECURE_BROWSER_XSS_FILTER = True
SECURE_CONTENT_TYPE_NOSNIFF = True
X_FRAME_OPTIONS = 'DENY'
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')