Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit ff07c80d authored by Saalim Quadri's avatar Saalim Quadri
Browse files

Revert "Fix app crash related to ua metadata"

This reverts commit 98a3e2e8.
parent 0bc17b07
Loading
Loading
Loading
Loading
+0 −24
Original line number Original line Diff line number Diff line
From b3ef7f5a78b7a57c6b201af3daf8a797341a20f7 Mon Sep 17 00:00:00 2001
From: althafvly <althafvly@gmail.com>
Date: Wed, 26 Nov 2025 10:46:09 +0530
Subject: fixup: Client hints overrides

---
 components/embedder_support/user_agent_utils.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/embedder_support/user_agent_utils.cc b/components/embedder_support/user_agent_utils.cc
index facf3c4d130e9..2691c3a1769f5 100644
--- a/components/embedder_support/user_agent_utils.cc
+++ b/components/embedder_support/user_agent_utils.cc
@@ -696,7 +696,6 @@ blink::UserAgentMetadata GetUserAgentMetadata(const PrefService* pref_service,
   }
 
   // High entropy client hints.
-  if ((true)) return metadata;
   metadata.brand_full_version_list =
       GetUserAgentBrandFullVersionListInternal(std::nullopt);
   metadata.full_version = std::string(version_info::GetVersionNumber());
-- 
2.47.3
+0 −1
Original line number Original line Diff line number Diff line
@@ -66,4 +66,3 @@ Browser-Move-to-Murena-Qwant-from-QwanteSpot.patch
Browser-Check-for-webapk-and-system-signature.patch
Browser-Check-for-webapk-and-system-signature.patch
Browser-Add-support-for-eOS-webapk.patch
Browser-Add-support-for-eOS-webapk.patch
Enable-zoom-option-in-main-menu-by-default.patch
Enable-zoom-option-in-main-menu-by-default.patch
fixup-Client-hints-overrides.patch