You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
441 B
YAML
18 lines
441 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: strict-security-headers
|
|
namespace: default
|
|
spec:
|
|
headers:
|
|
stsSeconds: 15768000
|
|
contentTypeNosniff: true
|
|
browserXssFilter: true
|
|
referrerPolicy: no-referrer
|
|
frameDeny: true
|
|
|
|
customResponseHeaders:
|
|
X-Robots-Tag: noindex,nofollow
|
|
X-Download-Options: noopen
|
|
X-Permitted-Cross-Domain-Policies: none
|
|
X-Powered-By: coffee |