Files
helium/patches/extra/ungoogled-chromium/disable-downloads-page-referrer-url.patch
2025-08-05 13:57:34 -05:00

12 lines
433 B
Diff

--- a/components/safe_browsing/core/common/features.cc
+++ b/components/safe_browsing/core/common/features.cc
@@ -127,7 +127,7 @@ BASE_FEATURE(kDlpRegionalizedEndpoints,
BASE_FEATURE(kDownloadsPageReferrerUrl,
"DownloadsPageReferrerUrl",
- base::FEATURE_ENABLED_BY_DEFAULT);
+ base::FEATURE_DISABLED_BY_DEFAULT);
BASE_FEATURE(kDownloadWarningSurvey,
"DownloadWarningSurvey",