You are here

hsts.schema.yml in HTTP Strict Transport Security 8

config/schema/hsts.schema.yml

File

config/schema/hsts.schema.yml
View source
  1. hsts.settings:
  2. type: config_object
  3. label: 'HSTS settings'
  4. mapping:
  5. enabled:
  6. type: boolean
  7. label: 'Enable HSTS'
  8. max_age:
  9. type: integer
  10. label: 'Max age'
  11. subdomains:
  12. type: boolean
  13. label: 'Include subdomains'
  14. preload:
  15. type: boolean
  16. label: 'Preload'