KyleAMathews / react-gravatar

React component for rendering a gravatar profile image
http://kyleamathews.github.io/react-gravatar/
MIT License
279 stars 33 forks source link

Add protocol prop #132

Closed renekopcem closed 8 years ago

renekopcem commented 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.

It broke our app, because of this PR: https://github.com/KyleAMathews/react-gravatar/pull/105.

KyleAMathews commented 8 years ago

Oh thanks! Didn't think about the electron angle.

KyleAMathews commented 8 years ago

Released 2.6.0