HSTSohjeistus
HSTSohjeistus, also known as HTTP Strict Transport Security (HSTS), is a web security policy mechanism that helps to protect websites against protocol downgrade attacks and cookie hijacking. It is a security feature implemented by web servers to inform web browsers that they should only interact with the server over a secure HTTPS connection. Once a browser receives an HSTS header from a server, it will automatically convert all attempts to access that server over HTTP to HTTPS, even if the user types "http://" in the address bar.
The HSTS policy is enforced by the browser, which means that even if a user manually types
HSTS can be implemented with a simple HTTP header sent by the server. The header includes a
HSTS is supported by all modern web browsers, including Google Chrome, Mozilla Firefox, Microsoft Edge, and