Class 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
    • Method Detail

      • writeHeaders

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