[rhythmbox] podcast: use https for itunes podcast searches (see #1730)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] podcast: use https for itunes podcast searches (see #1730)
- Date: Mon, 11 Nov 2019 22:03:39 +0000 (UTC)
commit 7a7420819687640448632cd7348bf55d668139d6
Author: Jonathan Matthew <jonathan d14n org>
Date: Tue Nov 12 08:02:15 2019 +1000
podcast: use https for itunes podcast searches (see #1730)
podcast/rb-podcast-search-itunes.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/podcast/rb-podcast-search-itunes.c b/podcast/rb-podcast-search-itunes.c
index 672648b0f..bfae276c6 100644
--- a/podcast/rb-podcast-search-itunes.c
+++ b/podcast/rb-podcast-search-itunes.c
@@ -61,7 +61,7 @@ static void rb_podcast_search_itunes_init (RBPodcastSearchITunes *search);
G_DEFINE_TYPE (RBPodcastSearchITunes, rb_podcast_search_itunes, RB_TYPE_PODCAST_SEARCH);
-#define ITUNES_SEARCH_URI "http://itunes.apple.com/WebObjects/MZStoreServices.woa/ws/wsSearch"
+#define ITUNES_SEARCH_URI "https://itunes.apple.com/WebObjects/MZStoreServices.woa/ws/wsSearch"
static void
process_results (RBPodcastSearchITunes *search, JsonParser *parser)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]