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

Unified Diff: chrome/browser/resources/chromeos/echo/manifest.json

Issue 10165017: [Chrome OS ECHO]: Move to manifest version 2, and enable CSP (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rm Created 8 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/echo/manifest.json
diff --git a/chrome/browser/resources/chromeos/echo/manifest.json b/chrome/browser/resources/chromeos/echo/manifest.json
index 8f45c4487b7dbd46494565e12744d3ffcb2f35b8..ccede0defc60beb348bb834f463a322cb5523e8e 100644
--- a/chrome/browser/resources/chromeos/echo/manifest.json
+++ b/chrome/browser/resources/chromeos/echo/manifest.json
@@ -4,10 +4,10 @@
"name": "Chrome OS ECHO Extension",
"version": "0.0.2",
"description": "Chrome OS ECHO Extension",
- // TODO(gauravsh): Move to manifest version 2, get rid of https://www-googleapis-test.sandbox.google.com once
- // production service is up and running. crosbug.com/28353
- "manifest_version": 1,
- "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https://apis.google.com; frame-src 'self' https://www.googleapis.com https://www-googleapis-test.sandbox.google.com; object-src 'self'",
+ // TODO(gauravsh): Get rid of https://www-googleapis-test.sandbox.google.com once
+ // production service is up and running. crosbug.com/29809
+ "manifest_version": 2,
+ "content_security_policy": "default-src 'self'; script-src 'self' https://apis.google.com; frame-src 'self' https://www.googleapis.com https://www-googleapis-test.sandbox.google.com;",
"permissions": [
"cookies",
"echoPrivate",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698