Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Release notes for Microsoft Edge WebView2 Prerelease SDK, release date: Oct. 7, 2025.
NuGet package for WebView2 SDK 1.0.3590-prerelease
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 142.0.3590.0 or later; see Runtime 142.0.3595.46 (Nov. 3, 2025).
Detailed contents:
Experimental APIs (Phase 1: Experimental in Prerelease)
The following APIs are in Phase 1: Experimental in Prerelease, and have been added in this Prerelease SDK.
Sensitivity label support
A new Sensitivity Info API in WebView2 enables applications to access sensitivity label information communicated by webpages through the Page Interaction Restriction Manager. This feature helps host applications detect and respond to sensitive content.
Key capabilities:
Configure Page Interaction Restriction Manager availability - Configure a list of URL filters for the Page Interaction Restriction Manager. After the list has been configured, the Page Interaction Restriction Manager becomes available on pages in the allow list. These pages can send sensitivity labels to the platform via the API.
Sensitivity Info exposure -
CoreWebView2now exposes aSensitivityInfoproperty and aSensitivityInfoChangedevent, allowing applications to listen for updates to sensitivity label information.
Sensitivity label support is initially available on Win32 only. Support for .NET and WinRT is planned for a future release.
Bug fixes
- Fixed a BinSkim error for
WebView2Loader.dll.