minor https issue
-
My site went live today and because I’m running it over https, I got a browser warning of having mixed content. Turned out your plugin is loading Google fonts over http. Could you please make that protocol-less like hereafter?
I solved it for now myself, but with your next version of the plugin, you know… ??Should be:
wp_register_style(‘googleFonts’, ‘//fonts.googleapis.com/css?family=Roboto+Condensed’);That way it’s assuming the current protocol.
Thnx again!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘minor https issue’ is closed to new replies.