-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add WebViewBuilder.with_javascript_disabled
#1496
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 tasks
301be81
to
0e17e4e
Compare
…S and iOS at first)
(this was forgotten on `dev` branch, and my dev setup needs it)
0e17e4e
to
4011e4e
Compare
Package Changes Through b49b31cThere are 1 changes which include wry with patch 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 |
7 tasks
7 tasks
lucasfernog
approved these changes
Mar 2, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one!
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add
WebViewBuilder.with_javascript_disabled
to disable javascript.There are some cases where this is nessesary.
For example I need this for safely displaying HTML emails in delta chat:
closes #986 (which was only solved for windows before)
example to try out: https://github.com/Simon-Laux/tauri-experiments/tree/main/examples/disable_js_wry
Progress
wry
import to git branch instead of local checkout in example.changes
directory with the appropriate bump, see https://github.com/tauri-apps/wry/blob/dev/.changes/readme.md