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

Unified Diff: chrome/common/extensions/docs/examples/extensions/buildbot/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/buildbot/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
index baeca6d3fa43df19a18ef81b6bc7b1e1c365719b..ade883156e46a9b6c8e7eb9a13e55771916f0fd3 100644
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/manifest.json
@@ -14,5 +14,6 @@
"default_icon": "chromium.png",
"popup": "popup.html"
},
- "options_page": "options.html"
+ "options_page": "options.html",
+ "content_security_policy": "default-src 'self' http://build.chromium.org http://chromium-status.appspot.com"
abarth-chromium 2011/08/12 22:08:00 Same question here.
}

Powered by Google App Engine
This is Rietveld 408576698