mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
docs: fix warn/caution aside in deep link guide
This commit is contained in:
@@ -188,7 +188,7 @@ pub fn run() {
|
||||
}
|
||||
```
|
||||
|
||||
:::warn
|
||||
:::caution
|
||||
The user could trigger a fake deep link manually by including the URL as argument.
|
||||
Tauri matches the command line argument against the configured schemes to mitigate this,
|
||||
but you should still check if the URL matches the format you expect.
|
||||
|
||||
Reference in New Issue
Block a user