24 lines
942 B
Diff
24 lines
942 B
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Mon, 10 Feb 2020 23:13:13 +0100
|
|
Subject: Enable user-agent freeze by default
|
|
|
|
---
|
|
third_party/blink/common/features.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
|
|
--- a/third_party/blink/common/features.cc
|
|
+++ b/third_party/blink/common/features.cc
|
|
@@ -77,7 +77,7 @@ const base::Feature kFreezePurgeMemoryAllPagesFrozen{
|
|
|
|
// Freezes the user-agent as part of https://github.com/WICG/ua-client-hints.
|
|
const base::Feature kReduceUserAgent{"ReduceUserAgent",
|
|
- base::FEATURE_DISABLED_BY_DEFAULT};
|
|
+ base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
|
// Enables the frequency capping for detecting overlay popups. Overlay-popups
|
|
// are the interstitials that pop up and block the main content of the page.
|
|
--
|
|
2.17.1
|
|
|