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
+2
View File
@@ -47,6 +47,8 @@
<!-- Cookies -->
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="83d887ca-39f3-45cc-b59b-f4c285e3cc5d" data-blockingmode="auto" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
+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
File diff suppressed because it is too large Load Diff