-
Notifications
You must be signed in to change notification settings - Fork 11
HSTS
Kubik2000 edited this page Nov 6, 2019
·
2 revisions
HTTP Strict Transport Security lets a web site inform the browser that it should never load the site using HTTP and should automatically convert all attempts to access the site using HTTP to HTTPS requests instead.
Links:
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains"
</IfModule>
CSS
HTML
Image
JavaScript