depixelizer icon indicating copy to clipboard operation
depixelizer copied to clipboard

Make the site work with HTTPS

Open bstreiff opened this issue 5 years ago • 0 comments

The depixelizer page doesn't presently work with HTTPS because jQuery is loaded from a HTTP-based location ("mixed content"). Users that use plugins such as "HTTPS Everywhere", which will automatically redirect to HTTPS versions of github.io pages, thus require an exception in order to use the depixelizer. This PR fixes the reference to use a protocol-relative URL.

Additionally, the .gitmodules is updated to point to the phoboslab js-hqx repo, since the nickdarnell one does not seem to exist; this was blocking Github from being able to deploy it via the gh-pages mechanism.

bstreiff avatar Apr 16 '20 03:04 bstreiff