Skip to content

Commit

Permalink
Enable download protection allowlist for all desktop builds (fixes br…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Jun 22, 2023
1 parent 8cf9548 commit 7d5877c
Showing 1 changed file with 13 additions and 0 deletions.
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(),

0 comments on commit 7d5877c

Please sign in to comment.