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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/manifest.json

Issue 1176203008: Explicitly whitelist 'blob:' and 'filesystem:' for built-in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « components/chrome_apps/webstore_widget/manifest.json ('k') | ui/file_manager/audio_player/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/manifest.json
diff --git a/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/manifest.json b/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/manifest.json
index af499d71a901ebe9a3d38216a9228d301758dd65..ec809c629ba0c519a8a882adceb0b7055aa649fa 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/manifest.json
+++ b/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/manifest.json
@@ -4,7 +4,7 @@
"name": "GaiaDummyAuthExtension",
"version": "0.0.1",
"manifest_version": 2,
- "content_security_policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'",
+ "content_security_policy": "default-src 'self' blob: filesystem:; script-src 'self' blob: filesystem:; style-src 'self' blob: filesystem: 'unsafe-inline'",
"description": "GAIA Dummy Component Extension",
"web_accessible_resources": [
"main.html",
« no previous file with comments | « components/chrome_apps/webstore_widget/manifest.json ('k') | ui/file_manager/audio_player/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698