summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristof Dorner <christof@chdorner.com>2023-12-19 11:40:39 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2023-12-19 15:20:00 +0100
commita8f43de5884cceb7069cce6770555becaa41016b (patch)
tree634b55226cd85e5f7d760cf09ebdf3c9e06e42ba
parent9a0ae3751858976ebe9b92a30f95a25a763b5706 (diff)
use https for all explore feed urls and favicons
The CCMixter favicon was responsible for browsers emitting a mixed content warning. While at it, I changed all other http URLs to https. Signed-off-by: Christof Dorner <christof@chdorner.com>
-rw-r--r--lib/Explore/feeds/feeds.en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Explore/feeds/feeds.en.json b/lib/Explore/feeds/feeds.en.json
index 9ccd2ac02..79209ee17 100644
--- a/lib/Explore/feeds/feeds.en.json
+++ b/lib/Explore/feeds/feeds.en.json
@@ -57,7 +57,7 @@
"title": "Project Gutenberg",
"favicon": "https://www.gutenberg.org/gutenberg/favicon.ico",
"url": "https://gutenberg.org/",
- "feed": "http://www.gutenberg.org/cache/epub/feeds/today.rss",
+ "feed": "https://www.gutenberg.org/cache/epub/feeds/today.rss",
"description": "A library of over 60,000 free eBooks",
"votes": 100
},
@@ -87,9 +87,9 @@
},
{
"title": "ccMixter",
- "favicon": "http://ccmixter.org/mixter-files/images/mixter-default.gif",
- "url": "http://ccmixter.org/",
- "feed": "http://ccmixter.org/api/query?f=rss&tags=editorial_pick&sort=date&dir=DESC&limit=22",
+ "favicon": "https://ccmixter.org/mixter-files/images/mixter-default.gif",
+ "url": "https://ccmixter.org/",
+ "feed": "https://ccmixter.org/api/query?f=rss&tags=editorial_pick&sort=date&dir=DESC&limit=22",
"description": "Editor’s picks from the global music community",
"votes": 100
}]