eclipse-archived / ceylon-herd

The Ceylon repository web application
Apache License 2.0
21 stars 11 forks source link

Page is trying to load from an unauthenticated source #290

Closed Papershine closed 7 years ago

Papershine commented 7 years ago

When I visit https://modules.ceylon-lang.org/repo/1/ceylon/language/1.1.0/module-doc/api/OptionalAnnotation.type.html, Chrome warns that the page is trying to load from an unauthenticated source (http://fonts.googleapis.com/css?family=Source+Sans+Pro|Inconsolata|Inconsolata:700|PT+Sans|PT+Sans). I think that this should be easily fixed by changing to use TLS/SSL.

FroMage commented 7 years ago

It's fixed in newer releases of the module: https://modules.ceylon-lang.org/repo/1/ceylon/language/1.3.2/module-doc/api/OptionalAnnotation.type.html

In any case, this is not a Herd issue but a documentation generator issue. Thanks for reporting anyway.