From 256050c0603da89342969cedab0d0431772341c8 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 14 Feb 2018 09:30:52 -0800 Subject: [PATCH] After February 20th 2018, all embed and API requests to strawpoll.me must use a secure connection (https). --- src/Linkification/Embedding.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 5d4e0ccdf..a5caf413a 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -384,7 +384,7 @@ Embedding = style: 'border: 0; width: 600px; height: 406px;' el: (a) -> $.el 'iframe', - src: "//www.strawpoll.me/embed_1/#{a.dataset.uid}" + src: "https://www.strawpoll.me/embed_1/#{a.dataset.uid}" , key: 'TwitchTV' regExp: /^\w+:\/\/(?:www\.|secure\.)?twitch\.tv\/(\w[^#\&\?]*)/