Contents

Posted on

JxBrowser 8.15.0

New permission 

In JxBrowser 8.15.0, we have added a LOCAL_NETWORK_ACCESS permission that controls whether a web page can access local network resources:

profile.permissions().set(RequestPermissionCallback.class, (params, tell) -> {
    if (params.permissionType() == PermissionType.LOCAL_NETWORK_ACCESS) {
        tell.grant();
    } else{
        tell.deny();
    }
});

Chromium 143.0.7499.147 

We upgraded Chromium to a newer version, which introduces major security fixes including the fix for a vulnerability that have known exploits:

You can read more about it in the Chromium blog posts:

Quality enhancements 

  • Fixed an occasional freeze when creating Engine on Linux.
  • Fixed a deadlock that occurred when calling navigation.stop()inside navigation event handlers.

Download JxBrowser 8.15.0

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 use the direct link to download JxBrowser.

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