class Configuration
HSTS configuration
Configuration()
HSTS configuration |
val customDirectives: MutableMap<String, String?>
Any custom directives supported by specific user-agent |
|
var includeSubDomains: Boolean
Adds includeSubDomains directive, which applies this policy to this domain and any subdomains |
|
var
Duration to tell the client to keep the host in a list of known HSTS hosts |
|
var maxAgeInSeconds: Long
Duration in seconds to tell the client to keep the host in a list of known HSTS hosts. |
|
var preload: Boolean
Consents that the policy allows including the domain into web browser preloading list |
var Configuration. |
|
var Configuration.maxAgeDuration: <ERROR CLASS> |