Replies: 1 comment
-
This is not supported, and likely won't be supported. You can however extend it in rust at runtime: https://docs.rs/tauri/1.8.1/tauri/scope/ipc/struct.Scope.html (v1) / https://docs.rs/tauri/2.0.0-beta/tauri/trait.Manager.html#method.add_capability (i think that's the v2 alternative) |
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
-
I don't care about security, I just want every remote url can execute the tauri apis
"security": {
"dangerousRemoteDomainIpcAccess": [
{ "domain": "tauri.app", "windows": ["tauri"], "apiMethods": ["event"] }
]
}
Beta Was this translation helpful? Give feedback.
All reactions