Skip to main content
Chromium Binary
Releases > Chromium Binary > 1.1.31
Chromium Binary Release

Chromium Binary - 1.1.31

A significant core engine upgrade that brings the Enactor embedded Chrome browser up to date with the latest Chromium security patches and performance improvements.
Last updated: 14 July 2026Author: Nimasha RuwandiCategory: Component Release

Overview

This release focuses on a significant core engine upgrade, bringing the Enactor embedded Chrome browser up to date with the latest Chromium security patches and performance improvements.

Deliverables and Versions

ComponentVersionRelease Available At
Chromium Binary Version1.1.31
Chromium Browser Version146.0.7680.179Chrome release notes: Chrome 146
Enactor Platform Version2.7.1863 or above

Changes

ReferenceSummary
PLAT-44161Upgrade Chromium browser version to 146.0.7680.179

Notes

This release includes a cumulative roll-up of features, security patches and engine optimisations from Chromium versions 142 through 146:

info

Known Issue: UI Extension remote app served from dev server may fail to load due to stricter CORS enforcement in Chrome 146.

Chrome 146.0.7680.179 enforces stricter CORS policies than earlier Chromium versions. As a result, when a UI Extension remote app is served from a dev server, the host app may fail to fetch the remote app content. This behaviour was supported with previous Chromium binaries.

To restore the previous behaviour on Chromium Binary 1.1.31 or later, set the Chromium.WebSecurity property to false in enactor.xml

<core:coreProperty name="Chromium.WebSecurity" value="false"/>