I use Tauri in my app on external websites too,
How can I secure the app?
There's commands which I do need on external websites, for my own initialized scripts mostly.
Currenly there's a risk that a webpage / xss on the webpage can potentially invoke any tauri commands I have.
Does tauri V2 solves things like that?
I need flexibility, some commands needed on external websites, but only for myself, and some of them I don't need at all on external websites.
Also I use initialized_scripts on the external websites