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

Unified Diff: chrome/common/extensions/docs/examples/extensions/app_launcher/manifest.json

Issue 8309001: Adding `content_security_policy` to a few sample extensions. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License and whitespace. Created 9 years, 2 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
Index: chrome/common/extensions/docs/examples/extensions/app_launcher/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/app_launcher/manifest.json b/chrome/common/extensions/docs/examples/extensions/app_launcher/manifest.json
index 86b028621e4e34b023d3921d4264ac9bea37f8ed..053c4d378051dd84a1532fd8b83411379e9fb172 100644
--- a/chrome/common/extensions/docs/examples/extensions/app_launcher/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/app_launcher/manifest.json
@@ -9,5 +9,6 @@
},
"icons": {
"48": "icon.png"
- }
+ },
+ "content_security_policy": "default-src 'self'; img-src chrome://extension-icon"
}

Powered by Google App Engine
This is Rietveld 408576698