Tauri 白名单配置
允许列表配置。允许列表是货物允许列表功能的翻译。
笔记
- 默认情况下,没有自己的允许列表选项的终端节点处于启用状态。
- 只有“选择加入”,没有“选择退出”。将选项设置为无效。false
例子
- “app-all”: true 将使隐藏终结点可用,无论是否设置为允许列表或在允许列表中。hidefalsetrue
类型:object
名字 | 类型 | 违约 | 描述 |
---|---|---|---|
all | boolean | false | 使用此标志可启用所有 API 功能。 |
fs | FsAllowlistConfig | 视图 | 文件系统 API 允许列表。 |
window | WindowAllowlistConfig | 视图 | 窗口 API 允许列表。 |
shell | ShellAllowlistConfig | 视图 | Shell API 允许列表。 |
dialog | DialogAllowlistConfig | 视图 | 对话框 API 允许列表。 |
http | HttpAllowlistConfig | 视图 | HTTP API 允许列表。 |
notification | NotificationAllowlistConfig | 视图 | 通知 API 允许列表。 |
globalShortcut | GlobalShortcutAllowlistConfig | 视图 | 全局快捷方式 API 允许列表。 |
os | OsAllowlistConfig | 视图 | 操作系统允许列表。 |
path | PathAllowlistConfig | 视图 | 路径 API 允许列表。 |
protocol | ProtocolAllowlistConfig | 视图 | 自定义协议允许列表。 |
process | ProcessAllowlistConfig | 视图 | 进程 API 允许列表。 |
clipboard | ClipboardAllowlistConfig | 视图 | 剪贴板 API 允许列表。 |
app | AppAllowlistConfig | 视图 | 应用 API 允许列表。 |