HttpStrictTransportSecurityDsl
A Kotlin DSL to configure the HttpSecurity HTTP Strict Transport Security header using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.3
Properties
Link copied to clipboard
if true, subdomains should be considered HSTS Hosts too.
Link copied to clipboard
the value (in seconds) for the max-age directive of the Strict-Transport-Security header.
Link copied to clipboard
the RequestMatcher used to determine if the "Strict-Transport-Security" header should be added. If true the header is added, else the header is not added.