fix(shortcodes): mixed content error with bilibili and tencent video (#365)

This commit is contained in:
zhixuan
2021-09-24 20:32:53 +02:00
committed by GitHub
parent 7845f5dfe7
commit 57bfea8338
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{{ $vid := .Get 0 }}
<div class="video-wrapper">
<iframe src="http://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
<iframe src="https://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
scrolling="no"
frameborder="no"
framespacing="0"