Skip to content

Commit

Permalink
change to https instead of http e.g. https://rss2json.com so that fee…
Browse files Browse the repository at this point in the history
…d still loads when LO viewed over https
  • Loading branch information
Ron Mitchell authored and Tom Reijnders committed Jul 26, 2017
1 parent 85a555f commit fc88330
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@
};

this.init = function() {
$script('http://rss2json.com/gfapi.js', function () {
$script('https://rss2json.com/gfapi.js', function () {
rss.begin();
});
};
Expand Down

0 comments on commit fc88330

Please sign in to comment.