-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
2.5.2
-
None
-
2.5.3
-
MOODLE_25_STABLE
My site use https connections.
When I load page with Essential theme the browser load a couple of css from google using http connection so some browsers do not load http contents and others miss https lock
In several files under /moodle/theme/essential/layout/ google fonts are referred with http://. I think you can remove http: from URLs, just start with // to solve this problem
HTH