From db1f62800b1f8781ce667844fd40069d6b298782 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 15 Jul 2017 01:26:17 -0700 Subject: [PATCH] LiveLeak supports HTTPS now. --- src/Linkification/Embedding.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 922acd875..bc5ccd822 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -301,10 +301,9 @@ Embedding = , key: 'LiveLeak' regExp: /^\w+:\/\/(?:\w+\.)?liveleak\.com\/.*\?.*i=(\w+)/ - httpOnly: true el: (a) -> el = $.el 'iframe', - src: "http://www.liveleak.com/ll_embed?i=#{a.dataset.uid}", + src: "https://www.liveleak.com/ll_embed?i=#{a.dataset.uid}", el.setAttribute "allowfullscreen", "true" el ,