Skip to content

Commit

Permalink
Disable DownloadsPageReferrerUrl feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWang000000 committed Aug 23, 2024
1 parent 2617072 commit bd9a2e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/components/safe_browsing/core/common/features.cc
+++ b/components/safe_browsing/core/common/features.cc
@@ -205,7 +205,7 @@ BASE_FEATURE(kHashPrefixRealTimeLookupsFasterOhttpKeyRotation,

BASE_FEATURE(kDownloadsPageReferrerUrl,
"DownloadsPageReferrerUrl",
- base::FEATURE_ENABLED_BY_DEFAULT);
+ base::FEATURE_DISABLED_BY_DEFAULT);

BASE_FEATURE(kLogAccountEnhancedProtectionStateInProtegoPings,
"TailoredSecurityLogAccountEnhancedProtectionStateInProtegoPings",
1 change: 1 addition & 0 deletions patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ extra/ungoogled-chromium/first-run-page.patch
extra/ungoogled-chromium/disable-capture-all-screens.patch
extra/ungoogled-chromium/add-flag-to-reduce-system-info.patch
extra/ungoogled-chromium/add-flag-to-remove-client-hints.patch
extra/ungoogled-chromium/disable-downloads-page-referrer-url.patch

0 comments on commit bd9a2e0

Please sign in to comment.