fix url download
This commit is contained in:
@@ -236,7 +236,7 @@ module Submitters
|
||||
|
||||
return blob if blob
|
||||
|
||||
data = DownloadUtils.call(url).body
|
||||
data = DownloadUtils.call(url, validate: true).body
|
||||
|
||||
checksum = Digest::MD5.base64digest(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user