summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnagel <tnagel@chromium.org>2015-10-21 15:12:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-21 22:13:30 +0000
commit6415f40a782cf38dffcbe124022b5292778e08eb (patch)
tree73ebed27f6beeb8323001ca52d865697280bdae9
parent3656682a386973e6300c9ae0f7b9530f99f4d421 (diff)
downloadchromium_src-6415f40a782cf38dffcbe124022b5292778e08eb.zip
chromium_src-6415f40a782cf38dffcbe124022b5292778e08eb.tar.gz
chromium_src-6415f40a782cf38dffcbe124022b5292778e08eb.tar.bz2
Small fix to URLWhitelist policy docs.
BUG=none Review URL: https://codereview.chromium.org/1402403005 Cr-Commit-Position: refs/heads/master@{#355409}
-rw-r--r--components/policy/resources/policy_templates.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index a3ea65b..ecdfd74 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -4186,7 +4186,7 @@
'dynamic_refresh': True,
'per_profile': True,
},
- 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/bad_path', 'https://server:8080/path', '.exact.hostname.com'],
+ 'example_value': ['example.com', 'https://ssl.server.com', 'hosting.com/good_path', 'https://server:8080/path', '.exact.hostname.com'],
'id': 104,
'caption': '''Allows access to a list of URLs''',
'tags': [],