Skip to content

Commit

Permalink
Update .htaccess 11/24/2022 10:08 pm Ernest Allen Buffington
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestbuffington committed Nov 25, 2022
1 parent 5c7b0b5 commit 26759a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule (.*) https://%{HTTP_HOST}:443%{REQUEST_URI}

# Use HTTP Strict Transport Security to force client to use secure connections only Header
# Use HTTP Strict Transport Security to force client to use secure connections only Header
Header always set Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"

##################################################################################################
Expand Down

0 comments on commit 26759a0

Please sign in to comment.