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

Unified Diff: chrome/common/extensions/docs/static/match_patterns.html

Issue 6614003: Merge 76674 - Say that file: access requires user opt-in.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/686/src/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/match_patterns.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/match_patterns.html
===================================================================
--- chrome/common/extensions/docs/static/match_patterns.html (revision 76686)
+++ chrome/common/extensions/docs/static/match_patterns.html (working copy)
@@ -26,6 +26,12 @@
<li> <em>scheme</em> &mdash;
for example, <code>http</code> or <code>file</code>
or <code>*</code>
+ <p class="note">
+ <b>Note:</b>
+ Access to <code>file</code> URLs isn't automatic.
+ The user must visit the extensions management page
+ and opt in to <code>file</code> access for each extension that requests it.
+ </p>
</li>
<li> <em>host</em> &mdash;
for example, <code>www.google.com</code>
@@ -136,7 +142,8 @@
<code>file:///foo*</code>
</td>
- <td>Matches any local file whose path starts with <code>/foo</code></td>
+ <td>Matches any local file whose path starts with <code>/foo</code>
+ </td>
<td>
file:///foo/bar.html<br>
« no previous file with comments | « chrome/common/extensions/docs/match_patterns.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698