- Incluye access-control.yml, auth.yml y security-headers.yml - Añadida whitelist.yml (configuración independiente)
16 lines
512 B
YAML
Executable File
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"
|