Class XContentTypeOptionsHeaderWriter

  • All Implemented Interfaces:
    HeaderWriter

    public final class XContentTypeOptionsHeaderWriter
    extends StaticHeadersWriter
    A StaticHeadersWriter that inserts headers to prevent content sniffing. Specifically the following headers are set:
    • X-Content-Type-Options: nosniff
    Since:
    3.2
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XContentTypeOptionsHeaderWriter

        public XContentTypeOptionsHeaderWriter()
        Creates a new instance