Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
* origin/master:
  Use SSL by default on ajax requests
  • Loading branch information
christianvuerings committed Jun 11, 2014
2 parents c3a4a26 + 74d6f58 commit d9aa5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/reddit.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $.fn.lifestream.feeds.reddit = function( config, callback ) {
};

$.ajax({
url: "http://www.reddit.com/user/" + config.user + ".json",
url: "https://pay.reddit.com/user/" + config.user + ".json",
dataType: "jsonp",
jsonp:"jsonp",
success: function( data ) {
Expand Down

0 comments on commit d9aa5f1

Please sign in to comment.