Chrome Extension Broken
Closed this issue · 1 comments
nickstew commented
In the newer browser versions, since this awesome extension and bookmarklet was released, http requests on https sites are not allowed. All the image replacements turn into broken images. The fix would be to change all the urls from http://heygirl.io/...
to //heygirl.io/...
The //
at the beginning without the protocol lets the browser use protocol inference (whatever the existing page's protocol is). I will be able to open a PR after work in a few hours if nobody gets to this before me.
Thanks,
Nick Stewart
nickstew commented
Article on how to setup a webserver for HTTPS.
Moving my HTTP website to HTTPS using LetsEncrypt, HAProxy, and Docker
I'm always happy to help. Hope you're having a wonderful Tuesday!
Thanks,
Nick Stewart