[pitivi-web] Fix http requests mixed with https content
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi-web] Fix http requests mixed with https content
- Date: Tue, 15 Jun 2021 21:00:35 +0000 (UTC)
commit b2f1df0447255ae773e61456fa20acaf1ab3ebcd
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue Jun 15 22:13:54 2021 +0200
Fix http requests mixed with https content
layouts/index.html | 2 +-
layouts/partials/head.html | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/layouts/index.html b/layouts/index.html
index 5c463ee..63eeef9 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -26,7 +26,7 @@
<a href="https://gitlab.gnome.org/GNOME/pitivi"><img src="/i/webicon-git.svg" alt="GitLab repository"
title="View our GitLab project management page, including the issues tracker and Git code repository"
class="frontpage_social_media_icon" /></a>
-<script type="text/javascript" src="http://www.openhub.net/p/3757/widgets/project_users_logo.js"></script>
+<script type="text/javascript" src="https://www.openhub.net/p/3757/widgets/project_users_logo.js"></script>
<div style="font-size:80%;">
<p>If you really like the work we do,
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 0fe7987..bb85d00 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,9 +6,9 @@
<meta name="robots" content="index, follow" />
<meta name="viewport" content="initial-scale=1.0,
width=device-width" />
- <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200" rel="stylesheet"
type="text/css">
- <link href="http://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet" type="text/css">
- <link href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css">
+ <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200" rel="stylesheet"
type="text/css">
+ <link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet" type="text/css">
+ <link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/css/pitivi.css" />
<!-- https://stackoverflow.com/questions/2268204/favicon-dimensions -->
<link rel="icon" type="image/png" href="/i/pitivi-2019-icon-16.png" sizes="16x16" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]