23 lines
946 B
Diff
23 lines
946 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
|
|
@@ -53,7 +53,7 @@ const base::Feature kFreezePurgeMemoryAllPagesFrozen{
|
|
|
|
// Freezes the user-agent as part of https://github.com/WICG/ua-client-hints.
|
|
const base::Feature kFreezeUserAgent{"FreezeUserAgent",
|
|
- base::FEATURE_DISABLED_BY_DEFAULT};
|
|
+ base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
|
// Enables support for FTP URLs. When disabled FTP URLs will behave the same as
|
|
// any other URL scheme that's unknown to the UA. See https://crbug.com/333943
|
|
--
|
|
2.17.1
|
|
|