Files
docker-configs/traefik/dynamic/security-headers.yml
Ognir 4ce8786056 feat(security): añadir whitelist independiente y estructurar middlewares
- Incluye access-control.yml, auth.yml y security-headers.yml
- Añadida whitelist.yml (configuración independiente)
2026-01-05 22:33:13 +01:00

16 lines
512 B
YAML
Executable File

# ################################################################# #
# MIDDLEWARE: SECURITY-HEADERS #
# ################################################################# #
http:
middlewares:
security-headers:
headers:
forceSTSHeader: true
stsSeconds: 31536000
stsIncludeSubdomains: true
stsPreload: true
contentTypeNosniff: true
browserXssFilter: true
frameDeny: true
referrerPolicy: "same-origin"