After February 20th 2018, all embed and API requests to strawpoll.me must use a secure connection (https).
This commit is contained in:
parent
d6af5a348b
commit
256050c060
@ -384,7 +384,7 @@ Embedding =
|
|||||||
style: 'border: 0; width: 600px; height: 406px;'
|
style: 'border: 0; width: 600px; height: 406px;'
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
$.el 'iframe',
|
$.el 'iframe',
|
||||||
src: "//www.strawpoll.me/embed_1/#{a.dataset.uid}"
|
src: "https://www.strawpoll.me/embed_1/#{a.dataset.uid}"
|
||||||
,
|
,
|
||||||
key: 'TwitchTV'
|
key: 'TwitchTV'
|
||||||
regExp: /^\w+:\/\/(?:www\.|secure\.)?twitch\.tv\/(\w[^#\&\?]*)/
|
regExp: /^\w+:\/\/(?:www\.|secure\.)?twitch\.tv\/(\w[^#\&\?]*)/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user