We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like mini_portile to emit a warning message when it downloads files over 'http'. Something like this would be great:
mini_portile
WARNING: insecure source being used: #{url}
The text was updated successfully, but these errors were encountered:
This is what the digest value is for. So I think it would be better so print:
WARNING: insecure source being used: #{url} - Please define a MD5/SHA1/SHA256 digest value.
Sorry, something went wrong.
Ah, I agree. We should only emit this type of warning if a checksum is not provided.
No branches or pull requests
I would like
mini_portile
to emit a warning message when it downloads files over 'http'. Something like this would be great:The text was updated successfully, but these errors were encountered: