https for rss feeds

This commit is contained in:
Thomas NOËL 2013-09-17 15:10:09 +02:00
parent a273ff182d
commit 86ea9686bb
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
$(function(){ //DOM Ready
$('#{{app_id}}').rssfeed('{{ feed_url }}', {
limit: 5,
titletag: 'h3'
titletag: 'h3',
ssl: true
});
});
</script>