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

Unified Diff: chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/manifest.json

Issue 2574763003: Remove chrome-extension-resource:// scheme (Closed)
Patch Set: Silently strip chrome-extension-resource:// from CSP directives. Created 4 years 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/downloads/download_filename_controller/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/manifest.json b/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/manifest.json
index dd3fea255373ee0718f77e2097980f1f84d10d71..6bdb58ecb65ddd079b7823c13b9802f84b934504 100644
--- a/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/manifest.json
@@ -4,5 +4,5 @@
"background": {"scripts": ["bg.js"], "persistent": false},
"options_page": "options.html",
"permissions": ["downloads"],
- "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'",
+ "content_security_policy": "script-src 'self'; default-src 'self'",
"manifest_version": 2}

Powered by Google App Engine
This is Rietveld 408576698