Skip to content

Commit

Permalink
Add link to the post about HSTS from IEInternals
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Sep 4, 2014
1 parent 51f233e commit 067b5ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dist/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,13 @@ AddDefaultCharset utf-8
# The following header ensures that browser will ONLY connect to your server
# via HTTPS, regardless of what the users type in the address bar.

# http://tools.ietf.org/html/draft-ietf-websec-strict-transport-sec-14#section-6.1
# http://www.html5rocks.com/en/tutorials/security/transport-layer-security/

# IMPORTANT: Remove the `includeSubDomains` optional directive if the subdomains
# are not using HTTPS.

# http://tools.ietf.org/html/draft-ietf-websec-strict-transport-sec-14#section-6.1
# http://www.html5rocks.com/en/tutorials/security/transport-layer-security/
# http://blogs.msdn.com/b/ieinternals/archive/2014/08/18/hsts-strict-transport-security-attacks-mitigations-deployment-https.aspx

# <IfModule mod_headers.c>
# Header set Strict-Transport-Security "max-age=16070400; includeSubDomains"
# </IfModule>
Expand Down

0 comments on commit 067b5ce

Please sign in to comment.