Para outras pessoas que estão vendo um problema semelhante, talvez o seu navegador ainda não tenha acessado o site por HTTPS. Tente acessá-lo por HTTPS e, em seguida, novamente por HTTP. Se a HSTS for implementada corretamente, essa última solicitação deverá falhar. MDN explica bem :
Note: The
Strict-Transport-Security
header is ignored by the browser when your site is accessed usingHTTP
; this is because an attacker may interceptHTTP
connections and inject the header or remove it. When your site is accessed overHTTPS
with no certificate errors, the browser knows your site isHTTPS
capable and will honor theStrict-Transport-Security
header.