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

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

Issue 8318001: Adding `content_security_policy` to a few sample extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Docs. Zips. 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/ttsdebug/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json b/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json
index f07832c127587aafe1a721d5987b354becc7ad08..e22aa82989a009fe9f49ba11a9b79c2dd85e1d17 100644
--- a/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/ttsdebug/manifest.json
@@ -13,5 +13,6 @@
"minimum_chrome_version": "14",
"name": "TTS Debug",
"permissions": [ "tts" ],
- "version": "1.0"
+ "version": "1.0",
+ "content_security_policy": "default-src 'none'; script-src 'self'; style-src 'self'"
}

Powered by Google App Engine
This is Rietveld 408576698