JiriChara / vue-gravatar

A dead-simple gravatar component for VueJS
MIT License
113 stars 15 forks source link

be sure that protocol matches http or https #14

Closed turinglabsorg closed 3 years ago

turinglabsorg commented 4 years ago

I've used the component inside a browser extensions, the protocol was moz-extension:// or chrome-extension:// so the gravatar will never render. I think even Electron will have the same problem.

This fix will allow the use even with these other protocols.