From 15e5d5a0a175c1b0cab9fe4c6b11d25fc5060586 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 15 Jul 2017 01:27:41 -0700 Subject: [PATCH] No more HTTP-only embeds. --- src/Linkification/Embedding.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index bc5ccd822..c207b2b13 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -55,7 +55,6 @@ Embedding = embed: (data) -> {key, uid, options, link, post} = data {href} = link - return if Embedding.types[key].httpOnly and location.protocol isnt 'http:' $.addClass link, key.toLowerCase()