Skip to content

Commit 2f3e429

Browse files
committed
feat: 添加清除所有浏览数据的webview权限
1 parent dc8c1ce commit 2f3e429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/capabilities/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"permissions": [
77
"core:default",
88
"core:window:allow-start-dragging",
9+
"core:webview:allow-clear-all-browsing-data",
910
"shell:allow-open",
1011
"clipboard-manager:allow-write-text",
1112
"dialog:allow-open",
1213
"process:default",
1314
"dialog:allow-ask"
1415
]
1516
}
16-

0 commit comments

Comments
 (0)