Skip to content

Commit

Permalink
src: use cached copy of safebrowsing lists at iridiumbrowser.de
Browse files Browse the repository at this point in the history
To avoid contacing Google, let the UA use safebrowsing lists hosted at
iridiumbrowser. The Iridium project re-gathers these lists on a
regular basis.
  • Loading branch information
jengelh committed Nov 7, 2019
1 parent e9b52d6 commit 040a733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/safe_browsing/client_side_model_loader.cc
Expand Up @@ -35,7 +35,7 @@ namespace safe_browsing {
const size_t ModelLoader::kMaxModelSizeBytes = 150 * 1024;
const int ModelLoader::kClientModelFetchIntervalMs = 3600 * 1000;
const char ModelLoader::kClientModelUrlPrefix[] =
"https://ssl.gstatic.com/safebrowsing/csd/";
"https://cache.iridiumbrowser.de/";
const char ModelLoader::kClientModelNamePattern[] =
"client_model_v5%s_variation_%d.pb";
const char ModelLoader::kClientModelFinchExperiment[] =
Expand Down

0 comments on commit 040a733

Please sign in to comment.