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>
This commit is contained in:
Christof Dorner 2023-12-19 11:40:39 +01:00 committed by Sean Molenaar
parent 9a0ae37518
commit a8f43de588
1 changed files with 4 additions and 4 deletions

View File

@ -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": "Editors picks from the global music community",
"votes": 100
}]