Skip to content

begleynk/tauri-sandbox-iframe-escape-poc

Repository files navigation

Calling Tauri APIs from an iframe in isolation mode

Steps to reproduce:

  • npm run tauri dev
  • Inspect element and open the JS console
  • Ensure you're running in the context of www.example.com (verify with window.location)
  • Execute await window.__TAURI_INVOKE__("greet", { name: "From iframe" })
  • See Greeting From iframe from Rust in your terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published