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

Unified Diff: chrome/common/extensions/docs/static/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/static/content_scripts.html
diff --git a/chrome/common/extensions/docs/static/content_scripts.html b/chrome/common/extensions/docs/static/content_scripts.html
index 9c908594709bb26ec7475bd6099c9246ced1bf91..26d83bb2c0428ea700a8bc3afe6cdadccf928e94 100644
--- a/chrome/common/extensions/docs/static/content_scripts.html
+++ b/chrome/common/extensions/docs/static/content_scripts.html
@@ -40,9 +40,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