mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 06:26:56 +00:00
Use https for YouTube
This commit is contained in:
@@ -19,11 +19,11 @@ TiddlyWiki provides support for rendering pure HTML markup. To do this, simply w
|
||||
!!"""Embedded iFrame"""
|
||||
{{{
|
||||
<html>
|
||||
<iframe src="http://www.youtube.com/embed/Cj6ho1-G6tw"
|
||||
<iframe src="https://www.youtube.com/embed/Cj6ho1-G6tw"
|
||||
width="450" height="315" frameborder="0" allowfullscreen/>
|
||||
</html>
|
||||
}}}
|
||||
<html>
|
||||
<iframe src="http://www.youtube.com/embed/Cj6ho1-G6tw?vq=hd720&iv_load_policy=3"
|
||||
<iframe src="https://www.youtube.com/embed/Cj6ho1-G6tw?vq=hd720&iv_load_policy=3"
|
||||
width="450" height="315" frameborder="0" allowfullscreen/>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user