Enable-user-agent-freeze-by-default.patch 942 B

1234567891011121314151617181920212223
  1. From: csagan5 <32685696+csagan5@users.noreply.github.com>
  2. Date: Mon, 10 Feb 2020 23:13:13 +0100
  3. Subject: Enable user-agent freeze by default
  4. ---
  5. third_party/blink/common/features.cc | 2 +-
  6. 1 file changed, 1 insertion(+), 1 deletion(-)
  7. diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
  8. --- a/third_party/blink/common/features.cc
  9. +++ b/third_party/blink/common/features.cc
  10. @@ -81,7 +81,7 @@ const base::Feature kFreezePurgeMemoryAllPagesFrozen{
  11. // Freezes the user-agent as part of https://github.com/WICG/ua-client-hints.
  12. const base::Feature kReduceUserAgent{"ReduceUserAgent",
  13. - base::FEATURE_DISABLED_BY_DEFAULT};
  14. + base::FEATURE_ENABLED_BY_DEFAULT};
  15. // Enables the frequency capping for detecting overlay popups. Overlay-popups
  16. // are the interstitials that pop up and block the main content of the page.
  17. --
  18. 2.20.1