Class XContentTypeOptionsServerHttpHeadersWriter

java.lang.Object
org.springframework.security.web.server.header.XContentTypeOptionsServerHttpHeadersWriter
All Implemented Interfaces:
ServerHttpHeadersWriter

public class XContentTypeOptionsServerHttpHeadersWriter extends Object implements ServerHttpHeadersWriter
Adds X-Content-Type-Options: nosniff
Since:
5.0
  • Field Details

  • Constructor Details

    • XContentTypeOptionsServerHttpHeadersWriter

      public XContentTypeOptionsServerHttpHeadersWriter()
  • Method Details

    • writeHttpHeaders

      public reactor.core.publisher.Mono<Void> writeHttpHeaders(org.springframework.web.server.ServerWebExchange exchange)
      Description copied from interface: ServerHttpHeadersWriter
      Write the headers to the response.
      Specified by:
      writeHttpHeaders in interface ServerHttpHeadersWriter
      Returns:
      A Mono which is returned to the Supplier of the ReactiveHttpOutputMessage.beforeCommit(Supplier).