Clyp uses HTTPS now.
This commit is contained in:
parent
4626b90125
commit
5efe0cd0f8
@ -360,7 +360,7 @@ Embedding =
|
|||||||
controls: true
|
controls: true
|
||||||
preload: 'auto'
|
preload: 'auto'
|
||||||
type = if el.canPlayType 'audio/ogg' then 'ogg' else 'mp3'
|
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
|
el
|
||||||
,
|
,
|
||||||
# dummy entries: not implemented but included to prevent them being wrongly embedded as a subsequent type
|
# dummy entries: not implemented but included to prevent them being wrongly embedded as a subsequent type
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user