You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
When Genghis retrieves a font from fonts.googleapis.com, it does it over a connection not secure by SSL. This causes a mixed-content / partial-encryption warning in browsers when Genghis is served from an SSL source.
fonts.googleapis.com allows https://, which eliminates the warning.
The text was updated successfully, but these errors were encountered:
When Genghis retrieves a font from fonts.googleapis.com, it does it over a connection not secure by SSL. This causes a mixed-content / partial-encryption warning in browsers when Genghis is served from an SSL source.
fonts.googleapis.com allows
https://
, which eliminates the warning.The text was updated successfully, but these errors were encountered: