eduridden / moodle-theme_essential

Bootstrap based Moodle Theme
http://www.moodleman.net
38 stars 2 forks source link

Google web fonts under https:// moodle #135

Open nachoan opened 10 years ago

nachoan commented 10 years ago

Hi

If I switch on Google web fonts, the web browser blocks fonts because they are loading on http and my site is under https.

The web browser debugging:

[blocked] The page at 'https://lasalleciano.sallenet.org/admin/settings.php?section=theme_essential_generic' was loaded over HTTPS, but ran insecure content from 'http://fonts.googleapis.com/css?family=Verdana|Verdana&subset=latin,latin,latin-ext,greek,greek-ext': this content should also be loaded over HTTPS.

Is it possible to do a loading over both ports?

cirrus3d commented 10 years ago

I think you can load it like this "//fonts.googleapis.com/....."