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

Unified Diff: chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/manifest.json

Issue 8309001: Adding `content_security_policy` to a few sample extensions. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: License and whitespace. 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/api/pageAction/pageaction_by_url/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/manifest.json b/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/manifest.json
index ce991fa3708bd8fc27f52f2920ca29de124dde0b..856693ce2c5f8163afda2cc277331911e091fa3a 100644
--- a/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_url/manifest.json
@@ -14,5 +14,6 @@
"icons" : {
"48" : "icon-48.png",
"128" : "icon-128.png"
- }
+ },
+ "content_security_policy": "script-src 'self'"
}

Powered by Google App Engine
This is Rietveld 408576698