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

Unified Diff: chrome/common/extensions/docs/content_scripts.html

Issue 430003: Revert change that disallowed content scripts access to file:// (Closed)
Patch Set: Can't go back, only through Created 11 years, 1 month 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: chrome/common/extensions/docs/content_scripts.html
diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html
index c94ee56dda63fc07a65f403ec53825ab810bd8a9..2fd23a364d250f5741f1512879165a0650338948 100644
--- a/chrome/common/extensions/docs/content_scripts.html
+++ b/chrome/common/extensions/docs/content_scripts.html
@@ -314,9 +314,6 @@ They <b>cannot</b>:
<li>
Make cross-site XMLHttpRequests
</li>
- <li>
- Execute on file:// urls.
- </li>
</ul>
<p>

Powered by Google App Engine
This is Rietveld 408576698