app/models/headers.rb in cms_scanner-0.0.12 vs app/models/headers.rb in cms_scanner-0.0.13

- old
+ new

@@ -22,12 +22,13 @@ # @return [ Array<String> ] Downcased known headers def known_headers %w( age accept-ranges cache-control content-type content-length connection date etag expires - 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 + 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