Removed fs and http plugins & capabilities

This commit is contained in:
Thorsten Sommer 2026-05-06 17:56:22 +02:00
parent 6bd941c61c
commit ee0233a30a
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 0 additions and 22 deletions

View File

@ -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"

View File

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