Release Notes
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:
- CVE-2025-14174: Out of bounds memory access in ANGLE
- CVE-2025-14766: Out of bounds read and write in V8
You can read more about it in the Chromium blog posts:
Quality enhancements
- Fixed an occasional freeze when creating
Engineon 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.
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.
Follow @JxBrowser to get notified of the library updates.
Subscribe to our RSS feed to get instant updates on new releases.
Subscribe to get notifications about the latest releases.