You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree, I have this set-up however, should they let the certificate expire, they can no longer browse the website because Chrome blocks access without a valid certificate. Not sure about other browsers.
Headers to be added to nginx conf file, to enable HSTS
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload";
The text was updated successfully, but these errors were encountered: