app/models/headers.rb in cms_scanner-0.0.38.1 vs app/models/headers.rb in cms_scanner-0.0.38.2
- old
+ new
@@ -28,11 +28,7 @@
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
end
end