-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable download protection allowlist for all desktop builds (fixes br…
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
patches/components-safe_browsing-core-browser-db-v4_local_database_manager.cc.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/components/safe_browsing/core/browser/db/v4_local_database_manager.cc b/components/safe_browsing/core/browser/db/v4_local_database_manager.cc | ||
index a41b01c4688917a7a73c41e340e954134d79b66b..bb5ffc17ccad209d2065daaba7c845cb65a5624b 100644 | ||
--- a/components/safe_browsing/core/browser/db/v4_local_database_manager.cc | ||
+++ b/components/safe_browsing/core/browser/db/v4_local_database_manager.cc | ||
@@ -109,7 +109,7 @@ ListInfos GetListInfos() { | ||
SB_THREAT_TYPE_BLOCKLISTED_RESOURCE), | ||
ListInfo(kSyncAlways, "UrlBilling.store", GetUrlBillingId(), | ||
SB_THREAT_TYPE_BILLING), | ||
- ListInfo(kSyncOnChromeDesktopBuilds, "UrlCsdDownloadAllowlist.store", | ||
+ ListInfo(kSyncOnDesktopBuilds, "UrlCsdDownloadAllowlist.store", | ||
GetUrlCsdDownloadAllowlistId(), SB_THREAT_TYPE_UNUSED), | ||
ListInfo(kSyncOnChromeDesktopBuilds || kSyncOnIos, | ||
"UrlCsdAllowlist.store", GetUrlCsdAllowlistId(), |