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

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

Issue 8310002: Adding `content_security_policy` to imageinfo extension. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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/imageinfo/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/imageinfo/manifest.json b/chrome/common/extensions/docs/examples/extensions/imageinfo/manifest.json
index 5301bd0005b5a51dfb7b848f971a3265ff7396df..e18d3c1a79ce9ca49350ed641154aa4fe6edb0a5 100644
--- a/chrome/common/extensions/docs/examples/extensions/imageinfo/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/imageinfo/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "Imageinfo",
- "version" : "1.0.0",
+ "version" : "1.0.1",
"description" : "Get image info for images, including EXIF data",
"background_page" : "background.html",
"permissions" : [
@@ -14,5 +14,7 @@
"16" : "imageinfo-16.png",
"48" : "imageinfo-48.png",
"128" : "imageinfo-128.png"
- }
+ },
+ "content_security_policy": "default-src 'self'; connect-src talkingpointsmemo.com"
abarth-chromium 2011/10/15 18:23:12 When you just specify a host name like you've done
abarth-chromium 2011/10/15 18:24:44 Maybe this is the wrong CSP policy? I don't reall
Use mkwst_at_chromium.org plz. 2011/10/15 18:41:26 I uploaded the wrong patch. :) I was experimentin
+
}

Powered by Google App Engine
This is Rietveld 408576698