Skip to content

Commit d549184

Browse files
committed
Merge pull request #680 from brave/plugins_3
Prevent connections to www.gstatic.com plugins_mac.json
1 parent 808c767 commit d549184

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/chrome/browser/plugins/plugins_resource_service.cc b/chrome/browser/plugins/plugins_resource_service.cc
2+
index b553264f268c0771c980bd97ff47d31ef407e5ff..b95b1208cf023ed0cc354846b37c783fa9fabcb8 100644
3+
--- a/chrome/browser/plugins/plugins_resource_service.cc
4+
+++ b/chrome/browser/plugins/plugins_resource_service.cc
5+
@@ -54,7 +54,7 @@ const int kStartResourceFetchDelayMs = 60 * 1000;
6+
const int kCacheUpdateDelayMs = 24 * 60 * 60 * 1000;
7+
8+
const char kPluginsServerUrl[] =
9+
- "https://www.gstatic.com/chrome/config/plugins_3/";
10+
+ "https://static1.brave.com/chrome/config/plugins_3/";
11+
12+
GURL GetPluginsServerURL() {
13+
std::string filename;

0 commit comments

Comments
 (0)