# Pale Moon 34.2.0_Release — Pale Moon 34.2.0 - Product: Pale Moon (https://whatsnew.fyi/product/pale-moon) - Vendor: Moonchild Productions - Date: 2026-04-06 - Version: 34.2.0_Release - Original notes: https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases/tag/34.2.0_Release - Permalink: https://whatsnew.fyi/product/pale-moon/releases/34.2.0-release - Labels: Platforms: Windows, Linux What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Implemented ES2018 Proxy ownKeys duplicate-key invariant - **added** — Implemented ES2022 Error.cause property - **added** — Implemented support for oklab and oklch color spaces in CSS - **added** — Implemented ES2024 object.GroupBy - **added** — Implemented ES2023 Change Array by Copy proposal including toSpliced(), with(), and TypedArray versions of toReversed(), toSorted() and with() - **added** — Implemented AudioNode constructors - **added** — Implemented support for nested CSS grammar - **added** — Implemented the window.MathMLElement global - **fixed** — Fixed a crash related to WeakRef use - **fixed** — Fixed stack exhaustion crashes as a result of top-level await in modules - **changed** — Updated expat parser library to 2.7.4 - **changed** — Updated url.CanParse() to allow custom schemes - **changed** — Updated document.currentScript to align with the currently used spec - **fixed** — Fixed a crash due to infinite recursion - **fixed** — Fixed a crash on MacOS due to WebGL attribute arrays - **fixed** — Fixed a crash related to pointer @media queries in CSS - **fixed** — Fixed a crash related to the spellchecker when handling input fields in Shadow DOM - **changed** — Future-proofed whitespace handling in ParseDate in light of Unicode variable whitespace use - **removed** — Removed irrelevant plugin preferences when plugin support is not built into the browser - **changed** — Improved support for the mimalloc memory allocator - **changed** — Improved support for LoongArch CPUs - **added** — Added special handling for certain MacOS system fonts - **removed** — Removed leftover code for unsupported Itanium, 32-bit Sparc and other old architectures - **added** — Added a workaround for CloudFlare image resizing controlled by the preference network.url.cloudflare_image_resizing.enabled (default true) - **security** — Addressed security issues CVE-2026-4707, CVE-2026-4690, CVE-2026-4727, and others without CVE designation This is a development, bugfix and security update. **New features:** - Implemented ES2018 Proxy `ownKeys` duplicate-key invariant. - Implemented ES2022 `Error.cause` property. - Implemented support for `oklab` and `oklch` color spaces in CSS. - Implemented ES2024 `object.GroupBy`. - Implemented the remainder of the ES2023 Change Array by Copy proposal (`toSpliced()`, `with()`, and `TypedArray` versions of `toReversed()`, `toSorted()` and `with()`). - Implemented `AudioNode` constructors. - Implemented support for nested CSS grammar. - Implemented the `window.MathMLElement` global. **Changes/fixes:** - Fixed a crash related to `WeakRef` use. - Fixed stack exhaustion crashes as a result of top-level `await` in modules. - Updated our expat parser library to 2.7.4, fixing various issues. - Updated `url.CanParse()` to allow custom schemes. - Updated `document.currentScript` to align with the currently used spec. - Fixed a crash due to infinite recursion. - Fixed a crash on MacOS due to WebGL attribute arrays. - Fixed a crash related to `pointer` @media queries in CSS. - Fixed a crash related to the spellchecker when handling input fields in Shadow DOM. - Future-proofed whitespace handling in `ParseDate` in light of Unicode variable whitespace use. - Removed irrelevant plugin preferences when plugin support isn't built into the browser (non-standard builds/forks). - Improved support for the mimalloc memory allocator. - Improved support for LoongArch CPUs. - Added special handling for certain MacOS system fonts. - Removed leftover code for unsupported Itanium, 32-bit Sparc and other old architectures. - Added a workaround for CloudFlare image resizing, since it requires more opaque URL handling to function. This workaround is controlled with the new preference `network.url.cloudflare_image_resizing.enabled` (default true). See implementation notes. - Security issues addressed: CVE-2026-4707 (DiD), CVE-2026-4690 (DiD), CVE-2026-4727 (DiD), and others without a CVE designation. A note that Mozilla-relevant security issues CVE-2025-59375 and CVE-2026-4726 had already been addressed in the browser before this release. **Implementation notes:** - CloudFlare offers an image resizing service to its clients, which takes a complex string in the URL to control the resizing process. The workaround implemented in this version will treat anything after `/cdn-cgi/image/` as opaque path data (on all websites, considering the wide-spread nature of CloudFlare as a CDN, on many top-level domains). Without this workaround, image resizing like this does not work and results in HTTP 403 (forbidden) errors. This workaround does break with our normal way of parsing URLs, so if it causes trouble with sites with this particular path prefix, try changing the preference (to false, to disable this workaround) and see if it helps, and let us know (on the forum or repo).