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

Unified Diff: chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json

Issue 8698003: Adding CSP to Speech Input API sample. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License. Created 9 years, 1 month 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/api/speechInput/basic/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json b/chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json
index f9a321c1ef2f0b7c478289b9b1c3ad80533eaa8e..4cc1564b3012f21eba314fd61884b39a1eeceb35 100644
--- a/chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json
@@ -12,5 +12,6 @@
"permissions": [
"experimental"
- ]
+ ],
+ "content_security_policy": "default-src 'self'"
}

Powered by Google App Engine
This is Rietveld 408576698