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
We could do a HEAD request to all image URL's to ensure the mimeType returned is actually an image.
HEAD
This would prevent things like #430 where the URL added didn't actually point to an image 👍
Existing tests: https://github.com/electron/electron-apps/blob/master/test/human-data.js#L100
The text was updated successfully, but these errors were encountered:
Yeah I had a similar thought a while back: #88
We'd need to make sure this check only happens on newly-added (or newly updated) apps, so as to avoid making a jillion network requests. :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We could do a
HEAD
request to all image URL's to ensure the mimeType returned is actually an image.This would prevent things like #430 where the URL added didn't actually point to an image 👍
Existing tests: https://github.com/electron/electron-apps/blob/master/test/human-data.js#L100
The text was updated successfully, but these errors were encountered: