thedjpetersen / subway

ABANDONED - A web based IRC client
1.47k stars 152 forks source link

Load fonts over SSL; otherwise they won't load when Subway is on SSL #325

Closed cjb closed 10 years ago

cjb commented 10 years ago

Chrome: [blocked] The page at 'https://foo/' was loaded over HTTPS, but ran insecure content from 'http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800': this content should also be loaded over HTTPS.

jamietech commented 10 years ago

Would it not be better to use //fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800 which will load over the protocol of the page?

cjb commented 10 years ago

Sure, good idea. Updating the patch.