From ee0233a30a15acd51084a9412318d527cda7660d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 6 May 2026 17:56:22 +0200 Subject: [PATCH] Removed fs and http plugins & capabilities --- runtime/Cargo.toml | 2 -- runtime/capabilities/default.json | 20 -------------------- 2 files changed, 22 deletions(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 038c0005..1418560e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -45,8 +45,6 @@ sysinfo = "0.38.4" # Fixes security vulnerability downstream, where the upstream is not fixed yet: time = "0.3.47" # -> Rocket bytes = "1.11.1" # -> almost every dependency -tauri-plugin-fs = "2" -tauri-plugin-http = "2" tauri-plugin-shell = "2.3.5" tauri-plugin-dialog = "2.6.0" tauri-plugin-opener = "2.5.4" diff --git a/runtime/capabilities/default.json b/runtime/capabilities/default.json index e9825c5a..8ea2bc38 100644 --- a/runtime/capabilities/default.json +++ b/runtime/capabilities/default.json @@ -23,26 +23,6 @@ "args": true } ] - }, - { - "identifier": "http:default", - "allow": [ - { - "url": "http://localhost" - }, - { - "url": "http://localhost/*" - } - ] - }, - "fs:default", - { - "identifier": "fs:scope", - "allow": [ - { - "path": "$RESOURCE/resources/**" - } - ] } ] }