Skip to content

Commit d7caca8

Browse files
authored
docs: add a plugin permissions idea
1 parent cb4b7ec commit d7caca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/PLAN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ Extensions are not needed to listen for window events anymore. Only specified ac
174174
175175
Update: it works, somehow. I tested it both ways: firstly, I made a Svelte plugin state change from the Launcher (in Vue), and then I made a Vue state change from the Svelte plugin.
176176
177+
___
178+
about security: what if i introduce a permission-based plugin system? plugins will be able to use only those things (`window.__TAURI__` object scopes, localStorage, WASM, .dll/.so, etc.) that user has allowed
179+
177180
</details>
178181
179182
## Auth

0 commit comments

Comments
 (0)