nginx: remove Strict-Transport-Security
Strict-Transport-Security is only HTTPS
This commit is contained in:
parent
37475fd3b8
commit
d28adfa173
@ -329,8 +329,6 @@ EOF
|
||||
error_log off;
|
||||
|
||||
# Aditional Security Headers
|
||||
# ref: https://developer.mozilla.org/en-US/docs/Security/HTTP_Strict_Transport_Security
|
||||
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
|
||||
|
||||
# ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
|
||||
add_header X-Frame-Options DENY always;
|
||||
|
Loading…
x
Reference in New Issue
Block a user