esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 239 forks source link

Master #395

Closed xNifty closed 9 years ago

xNifty commented 9 years ago

The first fonts.googleapis call in skin.php for the default theme isn't https protocol secure (it's an unsafe script call). Fixing this involves removing the colon from in front of the call and using a protocol relative URL call (I don't think this breaks anything outside of making it a safe https:// call).