Closed LucGosso closed 1 week ago
Meanwhile, how do i disable StrictTransportSecurity from your plugin?
"Enabled": false,
got it
Hi @LucGosso
I take it from the comment above that you have worked out how to disable the StrictTransportSecurity header?
I have looked into the preload option, and reading the following information https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security it seems that this is not part of the specification. Reading further it seems that Google also states that you should be careful about enabling this. https://hstspreload.org/
I need to think about this and consider if it is a valid option as it is not part of the standard, be good to get your thoughts.
If you do need this, then you can always add the header yourself.
Andy
Missing Preload eg: "Strict-Transport-Security: max-age=31536000; includeSubDomains; preload"