feat: Add default download handler - #14006
Conversation
Package Changes Through c1cf7ceThere are 10 changes which include tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor, tauri-bundler with minor, tauri-macos-sign with minor, tauri-runtime-wry with minor, tauri with minor, @tauri-apps/api with minor, tauri-runtime with minor, tauri-plugin with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
I forgot to add a note about this on the builder methods. Will do that tomorrow (Friday) |
|
Should we enable this in wry by default instead? I feel like it doesn't quite make sense to block downloads by default anyways, and it is already the case for webview2
Don't feel like we need to restrict that either |
|
Ah now that you mention it i meant to disable it by default on windows but forgot about it. Anyway, i don't care about the default so if you prefer that i'll change it in Wry. |
I wonder if the is_local check is a bit too much? after all browsers download files from all websites as well 🤔
Together with tauri-apps/wry#1594 & tauri-apps/wry#1599 this now:
closes #13734
closes #4633