Generaal Posted March 5, 2018 Posted March 5, 2018 Implenting HSTS preload. Check this on: https://hstspreload.org You can add the follow code in you htaccess on the first: Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" env=HTTPS And test and comfirm your site. Succes
Generaal Posted March 5, 2018 Author Posted March 5, 2018 It can speed up your shop with about 200ms, When you added the code and you webadress on https://hstspreload.org , the browser will see that you using this code and prepaire the https internal in the browser, before opening the site to you customers. This avoid the http redirections on loadtime. You can read this article: https://scotthelme.co.uk/hsts-preloading/
MockoB Posted March 5, 2018 Posted March 5, 2018 If I get it correct, it is possible to force https on http site if you got valid ssl certificate? Do you use it on your site?
Generaal Posted March 5, 2018 Author Posted March 5, 2018 Hello MockoB, I have configure it today and all works fine. But you have to wait for adding your url to the list by the company. I have a valid ssl certificate. Hello Raithlin, Have you placed in your htaccess, in the top of the page?
lesley Posted March 5, 2018 Posted March 5, 2018 Does anyone know if they actually add sites? Or seen one added before? It seems like over time the list can be billions of lines long and would need to be truncated when sites go out of business.
Generaal Posted March 5, 2018 Author Posted March 5, 2018 I don't know, I have added to my live shop (PS 1.6) for this moment.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now