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.
17 lines
408 B
YAML
17 lines
408 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: security-headers
|
|
namespace: default
|
|
spec:
|
|
headers:
|
|
stsSeconds: 15768000
|
|
contentTypeNosniff: true
|
|
browserXssFilter: true
|
|
referrerPolicy: same-origin
|
|
customFrameOptionsValue: SAMEORIGIN
|
|
|
|
customResponseHeaders:
|
|
X-Robots-Tag: noindex,nofollow
|
|
X-Download-Options: noopen
|
|
X-Powered-By: coffee |