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

Unified Diff: chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html

Issue 2574763003: Remove chrome-extension-resource:// scheme (Closed)
Patch Set: Remove BUILD reference to resources/extension outdir. Created 4 years 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/templates/articles/contentSecurityPolicy.html
diff --git a/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html b/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html
index daf3f7170f4d323a8cb6258c46dda1ca05f5d48d..aec0c2b2755836ac1f5921ef6559b9519b6fc352 100644
--- a/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html
+++ b/chrome/common/extensions/docs/templates/articles/contentSecurityPolicy.html
@@ -287,8 +287,8 @@ function main() {
<p>
Currently, we allow whitelisting origins with the following schemes:
- <code>blob</code>, <code>filesystem</code>, <code>https</code>,
- <code>chrome-extension</code>, and <code>chrome-extension-resource</code>.
+ <code>blob</code>, <code>filesystem</code>, <code>https</code>, and
+ <code>chrome-extension</code>.
The host part of the origin must explicitly be specified for the
<code>https</code> and <code>chrome-extension</code> schemes.
Generic wildcards such as <code>https:</code>, <code>https://*</code> and
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/app_codelab_import_todomvc.html ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698