From cd6ee96ae7f4d9180de3c6f70116a8db25c63498 Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Fri, 4 Apr 2014 20:43:13 +0200 Subject: [PATCH] Use https for dailymotion --- js/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins.js b/js/plugins.js index c2c26cd..151528f 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -169,7 +169,7 @@ plugins.factory('userPlugins', function() { var match = message.match(rPath) || message.match(rAnchor) || message.match(rShorten); if (match) { var id = match[1]; - var embedurl = 'http://www.dailymotion.com/embed/video/' + id + '?html&controls=html&startscreen=html&info=0&logo=0&related=0'; + var embedurl = 'https://www.dailymotion.com/embed/video/' + id + '?html&controls=html&startscreen=html&info=0&logo=0&related=0'; return ''; }