StrawPoll works on HTTPS now.

This commit is contained in:
ccd0 2015-03-13 16:16:36 -07:00
parent 73967341ce
commit d067510cc8

View File

@ -278,11 +278,10 @@ Embedding =
,
key: 'StrawPoll'
regExp: /^\w+:\/\/(?:www\.)?strawpoll\.me\/(?:embed_\d+\/)?(\d+(?:\/r)?)/
httpOnly: true
style: 'border: 0; width: 600px; height: 406px;'
el: (a) ->
$.el 'iframe',
src: "http://strawpoll.me/embed_1/#{a.dataset.uid}"
src: "//strawpoll.me/embed_1/#{a.dataset.uid}"
,
key: 'TwitchTV'
regExp: /^\w+:\/\/(?:www\.)?twitch\.tv\/([^#\&\?]*)/