Class XssProtectionHeaderWriter

java.lang.Object
com.aquima.web.security.headers.AbstractSecurityHeaderWriter
com.aquima.web.security.headers.XssProtectionHeaderWriter
All Implemented Interfaces:
org.springframework.security.web.header.HeaderWriter

public class XssProtectionHeaderWriter extends AbstractSecurityHeaderWriter
Adds the X-XSS-Protection header to the HTTP response based on the current security configuration.
Since:
10.0
Author:
Petru Galanton
  • Constructor Details Link icon

  • Method Details Link icon

    • writeHeaders Link icon

      public void writeHeaders(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)