List icon Contents

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

Please share your email with us, and we'll send you download instructions.

Sending...
EmailBox Please check your inbox.

We were unable to send the email. Please try again.

If you are a registered customer you don't need to do anything to use this update.

If you would like to evaluate the product, you need an evaluation license.

Get free 30-day trial
Go Top