2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
Posted on November 22, 2023
DotNetBrowser 2.24.2
What’s new
Chromium
We upgraded Chromium to a newer version, which introduces several security fixes including:
- CVE-2023-5480: Inappropriate implementation in Payments.
- CVE-2023-5482: Insufficient data validation in USB.
- CVE-2023-5849: Integer overflow in USB.
For the complete list of Chromium fixes and improvements in 119.0.6045.105 please visit the product blog post for this version.
Third-party cookie control
You can configure how Chromium controls the third-party cookies:
- Turn the control off.
- Block third-party cookies.
- Block third-party cookies in incognito mode.
For example:
IProfile profile = engine.Profile.Default;
profile.Preferences.ThirdPartyCookieMode = CookieControlsMode.BlockThirdParty;
Quality enhancements
- The
ObjectDisposedException
is no longer thrown on closing a form that embeds DotNetBrowser. - The CSS3 cursors are now sized properly on macOS.
- The “Paste” option from the default Avalonia context menu implementation now works as expected for the input fields on macOS.
- The autofill suggestions popup in Avalonia is now displayed in the correct initial location and is closed properly when the window loses focus.
Download DotNetBrowser 2.24.2 (.NET Framework)
Download DotNetBrowser 2.24.2 (.NET Core)
Download DotNetBrowser 2.24.2 (Cross-platform)
Follow @DotNetBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.