HTTP Strict Transport Security (HSTS) is a proposed web security policy mechanism where a web server declares that complying user agents (such as a
web browser) are to interact with it using secure connections only (such as
HTTPS). The policy is communicated by the server to the user agent via a
HTTP response header field named "Strict-Transport-Security". The policy specifies a period of time during which the user agent shall access the server in only secure fashion.
[1]