Commit ffe21dd 1 parent 4f31439 commit ffe21dd Copy full SHA for ffe21dd
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
< meta name ="twitter:image " content ="{{ videoInfo.thumbnail }} " />
9
9
< meta name ="twitter:player:width " content ="{{ vFormat.width }} " />
10
10
< meta name ="twitter:player:height " content ="{{ vFormat.height }} " />
11
- < meta name ="twitter:player:stream " content ="{{ mp4URL }} " />
11
+ < meta name ="twitter:player:stream " content ="{{ mp4URL|safe }} " />
12
12
< meta name ="twitter:player:stream:content_type " content ="video/mp4 " />
13
13
14
14
< meta property ="og:url " content ="{{ videoInfo.original_url }} " />
15
- < meta property ="og:video " content ="{{ mp4URL }} " />
16
- < meta property ="og:video:secure_url " content ="{{ mp4URL }} " />
15
+ < meta property ="og:video " content ="{{ mp4URL|safe }} " />
16
+ < meta property ="og:video:secure_url " content ="{{ mp4URL|safe }} " />
17
17
< meta property ="og:video:type " content ="video/mp4 " />
18
18
< meta property ="og:video:width " content ="{{ vFormat.width }} " />
19
19
< meta property ="og:video:height " content ="{{ vFormat.height }} " />
You can’t perform that action at this time.
0 commit comments