hsts.schema.yml in HTTP Strict Transport Security 8
config/schema/hsts.schema.yml
File
config/schema/hsts.schema.ymlView source
- hsts.settings:
- type: config_object
- label: 'HSTS settings'
- mapping:
- enabled:
- type: boolean
- label: 'Enable HSTS'
- max_age:
- type: integer
- label: 'Max age'
- subdomains:
- type: boolean
- label: 'Include subdomains'
- preload:
- type: boolean
- label: 'Preload'