Remove some SSL headers
This commit is contained in:
parent
a78c0de207
commit
b6be84c98c
|
@ -9,10 +9,6 @@ http:
|
||||||
stsIncludeSubdomains: true
|
stsIncludeSubdomains: true
|
||||||
stsSeconds: 31536000
|
stsSeconds: 31536000
|
||||||
|
|
||||||
sslRedirect: true
|
|
||||||
sslForceHost: true
|
|
||||||
sslHost: '*.{{env "TRAEFIK_DOMAIN"}}'
|
|
||||||
|
|
||||||
contentSecurityPolicy: "script-src 'self'; img-src 'self'"
|
contentSecurityPolicy: "script-src 'self'; img-src 'self'"
|
||||||
referrerPolicy: "same-origin"
|
referrerPolicy: "same-origin"
|
||||||
featurePolicy: "vibrate 'self'; geolocation 'self'; midi 'self'; notifications 'self'; push 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'self'; fullscreen 'self'"
|
featurePolicy: "vibrate 'self'; geolocation 'self'; midi 'self'; notifications 'self'; push 'self'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; speaker 'none'; vibrate 'self'; fullscreen 'self'"
|
||||||
|
|
Loading…
Reference in New Issue