tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

fix mixed content #237

Closed OmgImAlexis closed 8 years ago

OmgImAlexis commented 8 years ago

This fixes mixed content issues on the https:// version of the site.

tntim96 commented 8 years ago

This doesn't work when viewed on non-SSL, and removing the protocol (probably a better approach), doesn't work when run locally. I'm still thinking how to solve that...

OmgImAlexis commented 8 years ago

What do you mean? The https version for google fonts with work with http or https locally?

tntim96 commented 8 years ago

The website can also be accessed via HTTP (i.e. http://tntim96.github.io/JSCover/) and locally (e.g. file:///home/tntim96/dev/JSCover/doc/index.html).

OmgImAlexis commented 8 years ago

Okay? That doesn't have anything todo with me changing the google fonts address. If you merge this it'll fix the mixed content issues and not effect any of that.