mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-26 20:01:24 +01:00
htaccess updates
This commit is contained in:
parent
043afcb940
commit
8eecfa9216
@ -126,7 +126,7 @@ Options -MultiViews
|
|||||||
|
|
||||||
<IfModule mod_headers.c>
|
<IfModule mod_headers.c>
|
||||||
|
|
||||||
Header set X-UA-Compatible "IE=edge"
|
#Header set X-UA-Compatible "IE=edge"
|
||||||
|
|
||||||
# `mod_headers` cannot match based on the content-type, however,
|
# `mod_headers` cannot match based on the content-type, however,
|
||||||
# the `X-UA-Compatible` response header should be send only for
|
# the `X-UA-Compatible` response header should be send only for
|
||||||
@ -583,9 +583,9 @@ AddDefaultCharset utf-8
|
|||||||
# https://tools.ietf.org/html/draft-ietf-websec-strict-transport-sec-14#section-6.1
|
# https://tools.ietf.org/html/draft-ietf-websec-strict-transport-sec-14#section-6.1
|
||||||
# http://blogs.msdn.com/b/ieinternals/archive/2014/08/18/hsts-strict-transport-security-attacks-mitigations-deployment-https.aspx
|
# http://blogs.msdn.com/b/ieinternals/archive/2014/08/18/hsts-strict-transport-security-attacks-mitigations-deployment-https.aspx
|
||||||
|
|
||||||
# <IfModule mod_headers.c>
|
<IfModule mod_headers.c>
|
||||||
# Header always set Strict-Transport-Security "max-age=16070400; includeSubDomains"
|
Header always set Strict-Transport-Security "max-age=16070400;"
|
||||||
# </IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# | Reducing MIME type security risks |
|
# | Reducing MIME type security risks |
|
||||||
|
Loading…
Reference in New Issue
Block a user