From 91105347d6caece1b4ba69a6da12dd374ad6add8 Mon Sep 17 00:00:00 2001 From: "Luiz Felipe G. Pereira" Date: Fri, 15 Sep 2017 13:31:31 -0300 Subject: [PATCH] Fix default scenario links The http links for XKCD and Apple trailers don't work which gives a bad first impression when the default thing doesn't work :) Using HTTPS they work fine. --- data/default_scenario.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/default_scenario.json b/data/default_scenario.json index 93c572df..408ff104 100644 --- a/data/default_scenario.json +++ b/data/default_scenario.json @@ -33,7 +33,7 @@ "disabled": false, "guid": "505c9bba65507c40e5786afff36f688c", "options": { - "url": "http://xkcd.com", + "url": "https://xkcd.com", "mode": "on_change", "expected_update_period_in_days": 5, "extract": { @@ -97,7 +97,7 @@ "disabled": false, "guid": "e9afa65457d0a736b9ec20a8dd452fc8", "options": { - "url": "http://trailers.apple.com/trailers/home/rss/newtrailers.rss", + "url": "https://trailers.apple.com/trailers/home/rss/newtrailers.rss", "mode": "on_change", "type": "xml", "expected_update_period_in_days": 5,