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/**" - } - ] } ] }