Open nachoan opened 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?
I think you can load it like this "//fonts.googleapis.com/....."
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?