We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f91e8d + a9f2947 commit 35e689cCopy full SHA for 35e689c
1 file changed
lib/css_parser/parser.rb
@@ -643,7 +643,6 @@ def read_remote_file(uri) # :nodoc:
643
uri.port = 443 unless uri.port
644
http = Net::HTTP.new(uri.host, uri.port)
645
http.use_ssl = true
646
- http.verify_mode = OpenSSL::SSL::VERIFY_NONE
647
else
648
649
end
0 commit comments