Files
DevReport/src-tauri/capabilities/default.json

18 lines
409 B
JSON
Raw Normal View History

2025-04-24 19:13:20 +08:00
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"core:default",
"opener:default",
"dialog:default",
{
"identifier": "http:default",
"allow": [{ "url": "https://api.deepseek.com" }],
"deny": [{ "url": "https://private.tauri.app" }]
}
2025-04-24 19:13:20 +08:00
]
}