From 3c30216b251fe4791c10fcc5fb66c1398ed5248e Mon Sep 17 00:00:00 2001 From: libing23232323 Date: Fri, 12 Sep 2025 16:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0webnativemessaging=E7=AE=A1?= =?UTF-8?q?=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: libing23232323 --- .../native/ability/native/etc/extension_blocklist_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frameworks/native/ability/native/etc/extension_blocklist_config.json b/frameworks/native/ability/native/etc/extension_blocklist_config.json index 3c28ebdabe9..b66a29b294f 100644 --- a/frameworks/native/ability/native/etc/extension_blocklist_config.json +++ b/frameworks/native/ability/native/etc/extension_blocklist_config.json @@ -642,6 +642,9 @@ "core.account.accountPicker", "collaboration.devicePicker", "collaboration.CollaborationDevicePicker" + ], + "WebNativeMessagingExtension": [ + "window" ] } } -- Gitee