You are here

http_response_headers.response_header.strict_transport_security.yml in HTTP Response Headers 2.0.x

config/optional/http_response_headers.response_header.strict_transport_security.yml

File

config/optional/http_response_headers.response_header.strict_transport_security.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies: { }
  4. id: strict_transport_security
  5. label: Strict-Transport-Security
  6. description: 'This policy will enforce TLS on your site and all subdomains for a year.'
  7. group: Security
  8. name: Strict-Transport-Security
  9. value: 'max-age=31536000; includeSubDomains'