We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'>
<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'>
<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">
<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?
The text was updated successfully, but these errors were encountered:
New pull request: #229
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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?
The text was updated successfully, but these errors were encountered: