Skip to content

Commit

Permalink
Merge pull request #680 from brave/plugins_3
Browse files Browse the repository at this point in the history
Prevent connections to www.gstatic.com plugins_mac.json
  • Loading branch information
NejcZdovc committed Oct 18, 2018
1 parent 0587bfd commit 89b9c71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/chrome-browser-plugins-plugins_resource_service.cc.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/chrome/browser/plugins/plugins_resource_service.cc b/chrome/browser/plugins/plugins_resource_service.cc
index b553264f268c0771c980bd97ff47d31ef407e5ff..b95b1208cf023ed0cc354846b37c783fa9fabcb8 100644
--- a/chrome/browser/plugins/plugins_resource_service.cc
+++ b/chrome/browser/plugins/plugins_resource_service.cc
@@ -54,7 +54,7 @@ const int kStartResourceFetchDelayMs = 60 * 1000;
const int kCacheUpdateDelayMs = 24 * 60 * 60 * 1000;

const char kPluginsServerUrl[] =
- "https://www.gstatic.com/chrome/config/plugins_3/";
+ "https://static1.brave.com/chrome/config/plugins_3/";

GURL GetPluginsServerURL() {
std::string filename;

0 comments on commit 89b9c71

Please sign in to comment.