Disable fs access for multiwebviews #10375
Unanswered
sebhernandezr
asked this question in
Q&A
Replies: 1 comment
-
Are we really talking about the fs plugin apis (and other plugins)? Because then you'd just don't give those webviews permissions in the capabilities, or use If we're talking about the webview's own file system access like via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an app that uses the beta multiwebview features. Given a webview with an external URL, when the website is trying to access the fs (either for saving or for uploading something), then I want to completely disable the access. I don't want to see the native fs at all.
I have played around with the tauri_plugin_fs to find a workaround, like setting
allow_directory
to empty, but no luck.Is there a way to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions