Knowledgebase: Web Hosting
How do you enable HTTP Strict Transport Security (HSTS)?
Posted by Tony B. on 02 November 2017 09:41 AM
|
|
HTTP Strict Transport Security (HSTS) informs all user agents that they should only communicate with the web server using HTTPS. This can be used to prevent some attacks that downgrade connections from HTTPS to HTTP. All our servers support the ability to enable HSTS on either your entire account or just an individual domain. You can do this by adding the following to your domains .htaccess file:Header always set Strict-Transport-Security "max-age=31536000" Header always set Strict-Transport-Security "max-age=31536000"
| |
|
Comments (0)