Clyp uses HTTPS now.

This commit is contained in:
ccd0 2015-10-03 20:53:34 -07:00
parent 4626b90125
commit 5efe0cd0f8

View File

@ -360,7 +360,7 @@ Embedding =
controls: true
preload: 'auto'
type = if el.canPlayType 'audio/ogg' then 'ogg' else 'mp3'
el.src = "http://clyp.it/#{a.dataset.uid}.#{type}"
el.src = "https://clyp.it/#{a.dataset.uid}.#{type}"
el
,
# dummy entries: not implemented but included to prevent them being wrongly embedded as a subsequent type