Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <filter-name>httpHeaderSecurity</filter-name> .
  2. <filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class> .
  3. <async-supported>true</async-supported> .
  4.  
  5. <init-param> .
  6. <param-name>hstsMaxAgeSeconds</param-name> .
  7. <param-value>31536000</param-value> .
  8. </init-param> .
  9. <init-param> .
  10. **<param-name>hstsIncludeSubDomains</param-name>** .
  11. <param-value>true</param-value> .
  12. </init-param> .
  13. </filter> .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement