Chromium Binary - 1.1.31
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
| Component | Version | Release Available At |
|---|---|---|
| Chromium Binary Version | 1.1.31 | |
| Chromium Browser Version | 146.0.7680.179 | Chrome release notes: Chrome 146 |
| Enactor Platform Version | 2.7.1863 or above | |
Changes
| Reference | Summary |
|---|---|
| PLAT-44161 | Upgrade 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:
- Chrome 142 - release notes
- Chrome 143 - release notes
- Chrome 144 - release notes
- Chrome 145 - release notes
- Chrome 146 - release notes
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"/>