Closed renekopcem closed 8 years ago
User can specify protocol like https://, http://. This is because of Electron that uses file:// protocol for example therefore wouldn't show the Gravatar.
https://
http://
file://
It broke our app, because of this PR: https://github.com/KyleAMathews/react-gravatar/pull/105.
Oh thanks! Didn't think about the electron angle.
Released 2.6.0
User can specify protocol like
https://
,http://
. This is because of Electron that usesfile://
protocol for example therefore wouldn't show the Gravatar.It broke our app, because of this PR: https://github.com/KyleAMathews/react-gravatar/pull/105.