# File lib/rack/protection/xss_header.rb, line 17
      def header
        { 'X-XSS-Protection' => "1; mode=#{options[:xss_mode]}" }
      end