Configuration
class Configuration
HSTS configuration
Constructors
Configuration() HSTS configuration |
Properties
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 maxAge: Duration Duration 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 |