Hello,
For my new joomla project using Storefront template I have just enabled SSL; and I am getting in every browser an SSL alert concerning that part of the page is trying to load unsecured content from non https soureces.
This is the error that Chrome gives me:
Mixed Content: The page at 'https://www.condon.sex/' was loaded over HTTPS, but requested an insecure font
I have been checking console and I get the error from these files:
- modernizr.js is trying to load fonts from non https source http://fonts.gstatic.com
- mootools-core.js is trying to load fonts from non https source http://fonts.googleapis.com
I could go to my file system and modify manually those libraries but that is not very efficient, also when your template is upgraded probably you will rewrite those files.
How can I solve this problem?
Thank you very much for your support.