Index: chrome/browser/resources/gaia_auth/manifest.json |
diff --git a/chrome/browser/resources/gaia_auth/manifest.json b/chrome/browser/resources/gaia_auth/manifest.json |
index e62cc451130c77ccede073d008750677312c42c2..0e708d01274eac00da5c8f06701d44a92648313f 100644 |
--- a/chrome/browser/resources/gaia_auth/manifest.json |
+++ b/chrome/browser/resources/gaia_auth/manifest.json |
@@ -17,7 +17,7 @@ |
"all_frames": true |
} |
], |
- "content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' http: https:; style-src 'self'", |
+ "content_security_policy": "default-src 'self' blob: filesystem:; script-src 'self' blob: filesystem:; frame-src 'self' blob: filesystem: http: https:; style-src 'self' blob: filesystem:", |
"description": "GAIA Component Extension", |
"incognito": "split", |
"web_accessible_resources": [ |