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

Unified Diff: ui/keyboard/resources/manifest.json

Issue 15176004: Web Component Virtual Keyboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: ui/keyboard/resources/manifest.json
diff --git a/ui/keyboard/resources/manifest.json b/ui/keyboard/resources/manifest.json
index f07121cb418b7dbb2013e621016ecbf2aa5aa592..93d4a8fab52e44f6b60578b806bef97b32a73d2b 100644
--- a/ui/keyboard/resources/manifest.json
+++ b/ui/keyboard/resources/manifest.json
@@ -11,5 +11,6 @@
"permissions": [
"audioCapture",
"experimental"
- ]
+ ],
+ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

Powered by Google App Engine
This is Rietveld 408576698