From 066f8df601f7f027e9b5ff9b7a53145bda1d41be Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Thu, 14 May 2026 20:29:41 +0200 Subject: [PATCH] Bump vendored compare bundle: pagexray cookie Domain= newline fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the upstream pagexray fix that stops the next cookie's name leaking into a Domain= attribute when a HAR concatenates multiple Set-Cookie response headers into one value joined by '\n'. Before this, compare's cookie list rendered domains like ".scorecardresearch.com\nUIDR=1453756870" — same string sitting in pagexray's output, just made visible by the UI. Also rolls forward the rest of the pagexray refresh — the same 5.0.0 cut that landed for unrelated bug-fix and tooling reasons (HTTP/3 detection, case-insensitive Cache-Control directives, the missingCompression over-count fix, case-insensitive Domain= matching that surfaced the newline corruption in the first place). The vendored bundle shrinks from ~28 KB to ~17 KB thanks to pagexray's switch from uglify-es to terser and the modernised Babel preset-env defaults. Co-authored-by: Claude Opus 4.7 (1M context) noreply@anthropic.com --- server/public/compare/index.html | 28 +++++++++---------- .../compare/js/dependencies/pagexray.min.js | 4 +-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/server/public/compare/index.html b/server/public/compare/index.html index 6bbf010c..6782e484 100644 --- a/server/public/compare/index.html +++ b/server/public/compare/index.html @@ -40,20 +40,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + +