From 17b4e3af7d5003d3686154694399be4c1fce5d27 Mon Sep 17 00:00:00 2001 From: HuangHaitao Date: Tue, 2 Sep 2025 07:10:41 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0VPN=20Extension=E9=BB=91?= =?UTF-8?q?=E5=90=8D=E5=8D=95=20=E9=98=BB=E6=AD=A2VPN=E6=8B=89=E8=B5=B7?= =?UTF-8?q?=E7=9A=84=E5=90=8E=E5=8F=B0=E8=BF=9B=E7=A8=8B=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E7=94=B5=E8=AF=9D=E3=80=81=E5=BD=95=E9=9F=B3=E3=80=81=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E9=80=9A=E8=AE=AF=E5=BD=95=E3=80=81=E5=AE=9A=E4=BD=8D?= =?UTF-8?q?=E7=AD=89=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HuangHaitao --- .../native/etc/extension_blocklist_config.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frameworks/native/ability/native/etc/extension_blocklist_config.json b/frameworks/native/ability/native/etc/extension_blocklist_config.json index 3befb12d4da..3c28ebdabe9 100644 --- a/frameworks/native/ability/native/etc/extension_blocklist_config.json +++ b/frameworks/native/ability/native/etc/extension_blocklist_config.json @@ -1,7 +1,18 @@ { "blocklist": { "ServiceExtension": [], - "VpnExtension":[], + "VpnExtension":[ + "contact", + "geolocation", + "geoLocationManager", + "multimedia.camera", + "multimedia.audio", + "multimedia.media", + "multimedia.mediaLibrary", + "telephony.call", + "telephony.sim", + "telephony.sms" + ], "AdsServiceExtension": [ "multimedia.camera", "multimedia.mediaLibrary", -- Gitee