Skip to content

feat: Expose ability to enable browser extensions in WebView2#11056

Merged
amrbashir merged 8 commits intotauri-apps:devfrom
SpikeHD:feat/browser_extensions
Sep 19, 2024
Merged

feat: Expose ability to enable browser extensions in WebView2#11056
amrbashir merged 8 commits intotauri-apps:devfrom
SpikeHD:feat/browser_extensions

Conversation

@SpikeHD
Copy link
Contributor

@SpikeHD SpikeHD commented Sep 18, 2024

Addresses #10909.

@SpikeHD SpikeHD requested a review from a team as a code owner September 18, 2024 18:19
@github-actions
Copy link
Contributor

github-actions bot commented Sep 19, 2024

Package Changes Through 831da58

There are 4 changes which include tauri with prerelease, tauri-runtime-wry with prerelease, tauri-runtime with prerelease, tauri-utils with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.0.0-rc.12 2.0.0-rc.13
tauri-bundler 2.0.1-rc.13 2.0.1-rc.14
tauri-runtime 2.0.0-rc.12 2.0.0-rc.13
tauri-runtime-wry 2.0.0-rc.13 2.0.0-rc.14
tauri-codegen 2.0.0-rc.12 2.0.0-rc.13
tauri-macros 2.0.0-rc.11 2.0.0-rc.12
tauri-plugin 2.0.0-rc.12 2.0.0-rc.13
tauri-build 2.0.0-rc.12 2.0.0-rc.13
tauri 2.0.0-rc.15 2.0.0-rc.16
@tauri-apps/cli 2.0.0-rc.16 2.0.0-rc.17
tauri-cli 2.0.0-rc.16 2.0.0-rc.17

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Comment on lines +45 to +46
#[serde(default)]
browser_extensions_enabled: bool,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since JS is not a secure context, this value shouldn't be set from JS. cc @tweidinger

@amrbashir amrbashir merged commit a247170 into tauri-apps:dev Sep 19, 2024
@amrbashir
Copy link
Member

Thank you

@SpikeHD SpikeHD deleted the feat/browser_extensions branch September 19, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] Expose the ability to enable are_browser_extensions_enabled from CoreWebView2EnvironmentOptions

2 participants