spite / rstats

rStats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use HTTPS URI for Google Fonts

cvan opened this issue · comments

8e504d8 should take care of that. If the main page is HTTPS, it will load the font with HTTPS. Does that work?

8e504d8 should take care of that. If the main page is HTTPS, it will load the font with HTTPS. Does that work?

that's fine if the page is being served from http://, but if someone is using rStats on a document that isn't being served from a server (e.g., file:///projects/experiments/scene.html), the URL won't get resolved correctly. I usually just always use https:// to be safe.