Support Vocaroo HTTPS embedding
Previously HTTP was forced, causing an unnecessary Mixed Content warning.
This commit is contained in:
parent
739785f7a5
commit
dffb3639a9
@ -455,7 +455,7 @@ Embedding =
|
||||
controls: true
|
||||
preload: 'auto'
|
||||
type = if el.canPlayType 'audio/webm' then 'webm' else 'mp3'
|
||||
el.src = "http://vocaroo.com/media_command.php?media=#{a.dataset.uid}&command=download_#{type}"
|
||||
el.src = "//vocaroo.com/media_command.php?media=#{a.dataset.uid}&command=download_#{type}"
|
||||
el
|
||||
,
|
||||
key: 'YouTube'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user