This commit is contained in:
2024-04-26 13:31:32 +02:00
parent ffd57360ae
commit be0ebf9e02
3 changed files with 22 additions and 5 deletions
apps/nextcloud/base
infrastructure/03-traefik/base/middlewares

@ -11,6 +11,10 @@ spec:
stsIncludeSubdomains: true
stsPreload: true
stsSeconds: 15552000
customFrameOptionsValue: SAMEORIGIN
featurePolicy: "camera 'none'; geolocation 'none'; microphone 'none'; payment 'none'; usb 'none'; vr 'none';"
customFrameOptionsValue: "SAMEORIGIN"
customRequestHeaders:
X-Forwarded-Proto: https
accessControlMaxAge: 300
sslRedirect: true
referrerPolicy: "no-referrer"