From ba5f9f95bb8191c73c1a6fe5d1810cdfce217502 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 21 八月 2023 15:37:39 +0800 Subject: [PATCH] Update: [推廣影片] sandbox attribute add allow-presentation --- PAMapp/pages/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue index 6aefe56..ab9e195 100644 --- a/PAMapp/pages/index.vue +++ b/PAMapp/pages/index.vue @@ -151,7 +151,7 @@ id="ytplayer" type="text/html" width="360" height="270" frameborder="0" allowfullscreen - sandbox="allow-scripts allow-same-origin allow-popups fullscreen" + sandbox="allow-scripts allow-same-origin allow-popups allow-presentation fullscreen" :src="filmVideoSrc" ></iframe> <div class="close-btn" @click="closeVideo()">X</div> -- Gitblit v1.8.0