From 252adfad1247798b9ccebda61aa495ed08dd64e4 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 17 Jul 2025 16:02:57 +0800 Subject: [PATCH] change sandbox attributes --- src/views/dashboard/controls/ThirdPartyApp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/controls/ThirdPartyApp.vue b/src/views/dashboard/controls/ThirdPartyApp.vue index 9fcf8842..6d6a0340 100644 --- a/src/views/dashboard/controls/ThirdPartyApp.vue +++ b/src/views/dashboard/controls/ThirdPartyApp.vue @@ -37,7 +37,7 @@ limitations under the License. --> height="100%" scrolling="no" style="border: none" - sandbox="allow-scripts allow-same-origin allow-forms allow-popups" + sandbox="allow-scripts allow-same-origin" referrerpolicy="no-referrer" >
{{ t("iframeWidgetTip") }}