app/models/headers.rb in cms_scanner-0.0.37.9 vs app/models/headers.rb in cms_scanner-0.0.37.10

- old
+ new

@@ -20,16 +20,16 @@ results end # @return [ Array<String> ] Downcased known headers def known_headers - %w( + %w[ age accept-ranges cache-control content-encoding content-length content-type connection date etag expires keep-alive location last-modified link pragma set-cookie strict-transport-security transfer-encoding vary x-cache x-content-security-policy x-content-type-options x-frame-options x-language x-permitted-cross-domain-policies x-pingback x-varnish x-webkit-csp x-xss-protection - ) + ] end def eql?(other) super(other) && interesting_entries == other.interesting_entries end