No more HTTP-only embeds.
This commit is contained in:
parent
db1f62800b
commit
15e5d5a0a1
@ -55,7 +55,6 @@ Embedding =
|
|||||||
embed: (data) ->
|
embed: (data) ->
|
||||||
{key, uid, options, link, post} = data
|
{key, uid, options, link, post} = data
|
||||||
{href} = link
|
{href} = link
|
||||||
return if Embedding.types[key].httpOnly and location.protocol isnt 'http:'
|
|
||||||
|
|
||||||
$.addClass link, key.toLowerCase()
|
$.addClass link, key.toLowerCase()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user