LiveLeak supports HTTPS now.
This commit is contained in:
parent
cf0d9e0d41
commit
db1f62800b
@ -301,10 +301,9 @@ Embedding =
|
|||||||
,
|
,
|
||||||
key: 'LiveLeak'
|
key: 'LiveLeak'
|
||||||
regExp: /^\w+:\/\/(?:\w+\.)?liveleak\.com\/.*\?.*i=(\w+)/
|
regExp: /^\w+:\/\/(?:\w+\.)?liveleak\.com\/.*\?.*i=(\w+)/
|
||||||
httpOnly: true
|
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
el = $.el 'iframe',
|
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.setAttribute "allowfullscreen", "true"
|
||||||
el
|
el
|
||||||
,
|
,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user