Open quenenni opened 10 years ago
In all the .ejs files in templates dir, we have:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
It should be replaced by:
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
(without the http:) That way, "http://google.." is use when accessing the pad with http and "https://googe.."when accessing with https.
If not, when accessing with https, in Firefox, we have an error:
Blocage du chargement du contenu mixte actif (mixed active content) « http://fonts.googleapis.com/css?family=Open+Sans:400,700 »
See https://developer.mozilla.org/fr/docs/Security/MixedContent
In all the .ejs files in templates dir, we have:
It should be replaced by:
(without the http:) That way, "http://google.." is use when accessing the pad with http and "https://googe.."when accessing with https.
If not, when accessing with https, in Firefox, we have an error:
See https://developer.mozilla.org/fr/docs/Security/MixedContent