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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_codelab_import_todomvc.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/app_codelab_import_todomvc.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab_import_todomvc.html b/chrome/common/extensions/docs/templates/articles/app_codelab_import_todomvc.html
index 8d537378577aff1b77b874daf7c48fc3de7d42a7..133e41dec3babc73a8e4441c555096f734d9642c 100644
--- a/chrome/common/extensions/docs/templates/articles/app_codelab_import_todomvc.html
+++ b/chrome/common/extensions/docs/templates/articles/app_codelab_import_todomvc.html
@@ -71,7 +71,7 @@ Copy all files (including folders) from <em>todomvc</em> into your project folde
<!--
<blockquote>
> Refused to execute inline script because it violates the following Content <br>
- > Security Policy directive: "default-src 'self' chrome-extension-resource:". <br>
+ > Security Policy directive: "default-src 'self'". <br>
> Note that 'script-src' was not explicitly set, so 'default-src' is used as a <br>
> fallback. <br>
> index.html:42

Powered by Google App Engine
This is Rietveld 408576698