Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: components/domain_reliability/bake_in_configs.py

Issue 571973002: Domain Reliability: Update/add configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/domain_reliability/bake_in_configs.py
diff --git a/components/domain_reliability/bake_in_configs.py b/components/domain_reliability/bake_in_configs.py
index 937fce57a1eafc9ff2d58a53beedf451d4695d42..56f7aae0215b5a4b805ae758d7c78705be64cae9 100755
--- a/components/domain_reliability/bake_in_configs.py
+++ b/components/domain_reliability/bake_in_configs.py
@@ -18,9 +18,12 @@ import sys
# Chrome, to ensure incorrect ones are not added accidentally. Subdomains of
# whitelist entries are also allowed (e.g. maps.google.com, ssl.gstatic.com).
DOMAIN_WHITELIST = ('2mdn.net', 'admob.com', 'doubleclick.net', 'ggpht.com',
- 'google.com', 'googleadservices.com', 'googleapis.com',
- 'googlesyndication.com', 'googleusercontent.com',
- 'googlevideo.com', 'gstatic.com', 'gvt1.com', 'youtube.com')
+ 'google.cn', 'google.co.uk', 'google.com', 'google.com.au',
+ 'google.de', 'google.fr', 'google.it', 'google.jp',
+ 'google.org', 'google.ru', 'googleadservices.com',
+ 'googleapis.com', 'googlesyndication.com',
+ 'googleusercontent.com', 'googlevideo.com', 'gstatic.com',
+ 'gvt1.com', 'youtube.com', 'ytimg.com')
CC_HEADER = """// Copyright (C) 2014 The Chromium Authors. All rights reserved.
« no previous file with comments | « components/domain_reliability.gypi ('k') | components/domain_reliability/baked_in_configs/accounts_google_com.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698