feat(host): 将扩展文件请求绑定到限定租约与写入防护

This commit is contained in:
2026-09-09 00:18:36 +08:00
parent 1cf32bd894
commit 0a347bee6d
4 changed files with 542 additions and 0 deletions
+3
View File
@@ -75,3 +75,6 @@ pub mod extension_launch_authorization;
#[cfg(all(windows, feature = "desktop"))]
mod extension_revocation;
#[cfg(all(windows, feature = "desktop"))]
pub mod extension_file_broker;