Commit 34d7a515 authored by Nicolas Ouellet-payeur's avatar Nicolas Ouellet-payeur Committed by Commit Bot

Add a caveat to URLBlacklist's policy description

Bug: 896225
Change-Id: I35a7355a3d3b5fb9ad8d5425e2855985ab36e63a
Reviewed-on: https://chromium-review.googlesource.com/c/1370824
Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org>
Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#616002}
parent 0727fecc
......@@ -5596,6 +5596,8 @@
Note that it is not recommended to block internal 'chrome://*' URLs since this may lead to unexpected errors.
Note that this policy does not prevent the page updating dynamically through JavaScript. For example, if you block 'example.com/abc', users might still be able to visit 'example.com' and click on a link to visit 'example.com/abc', as long as the page does not refresh.
If this policy is not set no URL will be blacklisted in the browser.''',
'arc_support': 'Android apps may voluntarily choose to honor this list. You cannot force them to honor it.',
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment