io.helidon.webserver.hsts.HstsFeature
Description
Configuration of the HSTS feature
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
include- | Boolean | false | Whether the policy should apply to subdomains |
max- | Duration | P365D | Max age of the HSTS policy |
weight | Double | 875. | Weight of the HSTS feature |
sockets | List< | List of sockets to register this feature on | |
preload | Boolean | false | Whether the policy should include the non-standard preload token used by browser preload lists |
enabled | Boolean | true | Whether this feature is enabled |
Usages
See the manifest for all available types.