tauri-apps / wry

Cross-platform WebView library in Rust for Tauri.
Apache License 2.0
3.32k stars 243 forks source link

disable initialization script injection into subframes on macOS #1251

Closed chippers closed 1 month ago

chippers commented 1 month ago

This matches the current behavior of Linux and (mostly) Windows. Windows differs slightly since it still injects subscripts to subframes on the same origin as the main frame.

pewsheen commented 1 month ago

@chippers Do we need to patch dev branch as well?