From da5d688ccde0c8e72f37bd6e9a934e79e3d92725 Mon Sep 17 00:00:00 2001 From: zhangb Date: Mon, 12 Sep 2022 08:05:23 +0000 Subject: [PATCH] update compiler/components/web.json. Signed-off-by: @i-am-a-little-bird Signed-off-by: zhangb --- compiler/components/web.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/components/web.json b/compiler/components/web.json index a789269..4b8810c 100644 --- a/compiler/components/web.json +++ b/compiler/components/web.json @@ -9,6 +9,7 @@ "domStorageAccess", "imageAccess", "mixedMode", "zoomAccess", "geolocationAccess", "javaScriptProxy", "userAgent", "onConfirm", "onConsole", "onErrorReceive", "onHttpErrorReceive", "onDownloadStart", "fileFromUrlAccess", "webDebuggingAccess", "onShowFileSelector", "initialScale", "onResourceLoad", "onScaleChange", "onHttpAuthRequest", - "onPermissionRequest", "onContextMenuShow", "textZoomRatio", "onScroll", "mediaPlayGestureAccess", "onSslErrorEventReceive" + "onPermissionRequest", "onContextMenuShow", "textZoomRatio", "onScroll", "mediaPlayGestureAccess", "onSslErrorEventReceive", + "onClientAuthenticationRequest" ] }