Skip to content

Commit

Permalink
use https for all explore feed urls and favicons
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
chdorner authored and SMillerDev committed Dec 19, 2023
1 parent 9a0ae37 commit a8f43de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Explore/feeds/feeds.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down Expand Up @@ -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
}]
Expand Down

0 comments on commit a8f43de

Please sign in to comment.