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

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

Issue 7633017: Adding content_security_policy to sample extensions when relevant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/calendar/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/calendar/manifest.json b/chrome/common/extensions/docs/examples/extensions/calendar/manifest.json
index dc1a236b604d8a9830b08272aa27291237531298..2e4d215ea5cae0d3ae6f75eecb76dc964698d801 100644
--- a/chrome/common/extensions/docs/examples/extensions/calendar/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/calendar/manifest.json
@@ -14,5 +14,6 @@
"icons": {
"128": "images/icon-128.gif",
"16":"images/icon-16.gif"
- }
+ },
+ "content_security_policy": "default-src 'self' *.google.com"
abarth-chromium 2011/08/12 22:08:00 I doubt this does what you want. You probably wan
}

Powered by Google App Engine
This is Rietveld 408576698