LiveLeak supports HTTPS now.

This commit is contained in:
ccd0 2017-07-15 01:26:17 -07:00
parent cf0d9e0d41
commit db1f62800b

View File

@ -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
,