| 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 ecb455093ea787434539239462ca5ec58e47d765..e62cc451130c77ccede073d008750677312c42c2 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 *; style-src 'self' 'unsafe-inline'",
|
| + "content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' http: https:; style-src 'self'",
|
| "description": "GAIA Component Extension",
|
| "incognito": "split",
|
| "web_accessible_resources": [
|
|
|