22 lines
956 B
Diff
22 lines
956 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Micay <danielmicay@gmail.com>
|
||
|
Date: Wed, 3 Mar 2021 13:42:41 -0500
|
||
|
Subject: [PATCH] enable user agent freeze by default
|
||
|
|
||
|
---
|
||
|
.../blink/renderer/platform/runtime_enabled_features.json5 | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
||
|
index 34e188f2254d5..74e01f5fb013d 100644
|
||
|
--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
||
|
+++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5
|
||
|
@@ -3511,6 +3511,7 @@
|
||
|
// iOS not included as it should not send a reduced User-Agent string.
|
||
|
origin_trial_os: ["android", "chromeos", "fuchsia", "linux", "mac", "win"],
|
||
|
base_feature: "ReduceUserAgent",
|
||
|
+ base_feature_status: "enabled",
|
||
|
},
|
||
|
{
|
||
|
name: "V8IdleTasks",
|