Files
jellyfin/helm/templates/middleware.yaml
2020-11-23 15:50:11 -05:00

18 lines
516 B
YAML

apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: jellyfin
spec:
headers:
customResponseHeaders:
X-Robots-Tag: "noindex,nofollow,nosnippet,noarchive,notranslate,noimageindex"
SSLHost: "jellyfin.ducoterra.net"
SSLForceHost: true
STSSeconds: "315360000"
STSIncludeSubdomains: true
STSPreload: true
forceSTSHeader: true
frameDeny: true
contentTypeNosniff: true
browserXSSFilter: true
customFrameOptionsValue: "https://jellyfin.ducoterra.net"