Implementdo Cookies de la Union Europea

This commit is contained in:
adevopg
2025-03-02 10:50:45 +01:00
parent 9a96fad61b
commit 34eec87bf2
3 changed files with 1886 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if not DEBUG:
CSRF_COOKIE_SECURE = True
else:
# Modo desarrollo, no se aplican configuraciones de seguridad
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'e37b-95-23-174-224.ngrok-free.app']
ALLOWED_HOSTS = ['localhost', '127.0.0.1']
SECURE_SSL_REDIRECT = False
SECURE_PROXY_SSL_HEADER = None
SECURE_HSTS_SECONDS = 0