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

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: Docs. 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..c630c235016a518ab7793ff15a8075ef24949c5e 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 *; img-src *"
+
}
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/imageinfo/info.js ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698