BlogEngine/BlogEngine.NET

SSL mixed + Google fonts

mainmind83 opened this issue · 1 comments

Website with HTTPS show mixed error trying to access Google fonts files:

\httpdocs\Account\account.master - Line 9:
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>

\httpdocs\admin\app\editor\filemanager.cshtml - Line 27:
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500' rel='stylesheet' type='text/css'>

\httpdocs\admin\themes\standard\layout.cshtml - Line 27:
<link href="http://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">

Should it detect if the website uses certificate or change the path for everyone?

New pull request: #229