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:

For the complete list of Chromium fixes and improvements in 119.0.6045.105 please visit the product blog post for this version.

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)

Get free 30-day trial

Go Top