[planet-web] Additional s/http/https
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planet-web] Additional s/http/https
- Date: Thu, 29 Aug 2019 20:37:26 +0000 (UTC)
commit 34bc415d223186df16cf33ec1ff7e5937a98fdef
Author: Andrea Veri <averi redhat com>
Date: Thu Aug 29 22:37:24 2019 +0200
Additional s/http/https
config/gnome/config.ini | 8 ++++----
web/gnome/css/planet.css | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/config/gnome/config.ini b/config/gnome/config.ini
index 6097443..2e018d2 100644
--- a/config/gnome/config.ini
+++ b/config/gnome/config.ini
@@ -1262,7 +1262,7 @@ name = Michael Natterer
nick = mitch
foundation_id = 6615
-[http://feeds.feedburner.com/drboblog]
+[https://feeds.feedburner.com/drboblog]
name = Philip Withnall
#face = https://planet.gnome.org/heads/pwithnall.png
nick = pwithnall
@@ -2497,7 +2497,7 @@ foundation_id = 8208
#face = https://planet.gnome.org/heads/pranavk.png
#foundation_id = 8346
-[http://feeds.feedburner.com/feborg/feed]
+[https://feeds.feedburner.com/feborg/feed]
name = Felipe Borges
nick = felipeborges
face = https://planet.gnome.org/heads/felipeborges.png
@@ -2515,7 +2515,7 @@ nick = jonasdn
face = https://planet.gnome.org/heads/jonasdn.png
foundation_id = 8290
-[http://feeds.feedburner.com/GNOMEOn/home/csoriano]
+[https://feeds.feedburner.com/GNOMEOn/home/csoriano]
name = Carlos Soriano
face = https://planet.gnome.org/heads/csoriano.png
nick = csoriano
@@ -2648,7 +2648,7 @@ nick = didrocks
face = https://planet.gnome.org/heads/didrocks.png
foundation_id = 1886200183
-[http://feeds.feedburner.com/tingping]
+[https://feeds.feedburner.com/tingping]
name = Patrick Griffis
nick = TingPing
#face =
diff --git a/web/gnome/css/planet.css b/web/gnome/css/planet.css
index 72b7ffd..b8412d3 100644
--- a/web/gnome/css/planet.css
+++ b/web/gnome/css/planet.css
@@ -43,7 +43,7 @@ div.post {
position: relative;
margin-left: 10em;
padding: 2em;
- background: url(http://planet.gnome.org/img/bubble/post_topbg.png) center top repeat-x,
url(http://planet.gnome.org/img/bubble/post_bottombg.png) center bottom repeat-x;
+ background: url(https://planet.gnome.org/img/bubble/post_topbg.png) center top repeat-x,
url(https://planet.gnome.org/img/bubble/post_bottombg.png) center bottom repeat-x;
box-shadow: 0 0 4px rgba(50, 50, 50, 0.25);
border: 1px solid rgb(192, 192, 192);
border-radius: 10px;
@@ -57,7 +57,7 @@ div.post:before {
height: 150px;
left: -150px;
display: block;
- background: transparent url(http://planet.gnome.org/img/bubble/nipple.png) top right no-repeat;
+ background: transparent url(https://planet.gnome.org/img/bubble/nipple.png) top right no-repeat;
}
b.cr {
@@ -262,7 +262,7 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;
- background: url("http://planet.gnome.org/img/30/favicon.png") no-repeat scroll 8px 7px
#FFFFFF;
+ background: url("https://planet.gnome.org/img/30/favicon.png") no-repeat scroll 8px 7px
#FFFFFF;
color: #555753;
float: right;
font-size: 12px;
@@ -274,7 +274,7 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
#page
{
- background: url("http://planet.gnome.org/img/30/html-bg.png") repeat-x scroll center top
#FFFFFF;
+ background: url("https://planet.gnome.org/img/30/html-bg.png") repeat-x scroll center top
#FFFFFF;
font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
}
@@ -325,7 +325,7 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
#footer-grass
{
- background: url("http://planet.gnome.org/img/30/grass.png") repeat-x scroll center top transparent;
+ background: url("https://planet.gnome.org/img/30/grass.png") repeat-x scroll center top transparent;
height: 39px;
margin-top: -33px;
}
@@ -338,7 +338,7 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
height: 180px;
margin-top: 0;
width: 940px;
- background-image: url("http://planet.gnome.org/img/30/default.png");
+ background-image: url("https://planet.gnome.org/img/30/default.png");
}
#planet-banner
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]