From 1243c3a8a34ed8e641c9de8356680fba672927a4 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Thu, 17 Feb 2022 19:19:38 +0100 Subject: [PATCH] Release 97.0.4692.106 --- CHANGELOG.md | 9 +++++++++ build/bromite_patches_list.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2ccd75..a2749837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 97.0.4692.106 +* disable url-keyed metrics reporting service (thanks to @uazo) +* disable mobile identity consistency by default +* disable appending variations header +* use Google Chrome branding for client hints +* make HTTPS-only mode enabled by default +* enable trivial auto var init (thanks to @BayLee4, fixes https://github.com/bromite/bromite/issues/1749) +* enable use_cfi_cast + # 96.0.4664.183 * updated zh_CN translations (thanks to @zhmars) diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index 0968654f..c86fd5b1 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -175,10 +175,10 @@ Disable-privacy-sandbox.patch Disable-conversion-measurement-api.patch Disable-FLoC.patch Restore-offline-indicator-v2-flag.patch -Automated-domain-substitution.patch Reintroduce-override_build_timestamp.patch enable-ftrivial-auto-var-init-zero.patch disable-appending-variations-header.patch use-Google-Chrome-branding-for-client-hints.patch Make-HTTPS-only-mode-the-default.patch disable-mobile-identity-consistency-by-default.patch +Automated-domain-substitution.patch