| Index: chrome/browser/resources/gaia_auth/manifest_test.json
|
| diff --git a/chrome/browser/resources/gaia_auth/manifest_test.json b/chrome/browser/resources/gaia_auth/manifest_test.json
|
| index 3b0363a48c207afe7767d43a98981270aabd7fc0..6976bbf4b7eb8ad5b05bab271ce3e5643a9434e9 100644
|
| --- a/chrome/browser/resources/gaia_auth/manifest_test.json
|
| +++ b/chrome/browser/resources/gaia_auth/manifest_test.json
|
| @@ -4,7 +4,7 @@
|
| "name": "GaiaTestAuthExtension",
|
| "version": "0.0.1",
|
| "manifest_version": 2,
|
| - "content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' https://insecure.com https://www.google.com/accounts/ https://accounts.google.com https://accounts.youtube.com https://gaiastaging.corp.google.com",
|
| + "content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' https://insecure.com https://www.google.com/accounts/ https://accounts.google.com https://accounts.youtube.com https://gaiastaging.corp.google.com http://localhost:8040 http://localhost:8041 http://localhost:8042 http://localhost:8043 http://localhost:8044",
|
| "description": "GAIA Test Component Extension",
|
| "content_scripts": [
|
| {
|
| @@ -12,7 +12,8 @@
|
| "https://www.google.com/accounts/*",
|
| "https://accounts.google.com/*",
|
| "https://gaiastaging.corp.google.com/*",
|
| - "https://insecure.com/*"
|
| + "https://insecure.com/*",
|
| + "http://localhost:8040/*"
|
| ],
|
| "js": ["test/content.js"],
|
| "all_frames": true
|
| @@ -35,6 +36,7 @@
|
| "https://www.google.com/accounts/*",
|
| "https://accounts.google.com/*",
|
| "https://gaiastaging.corp.google.com/*",
|
| - "chrome://oobe/"
|
| + "chrome://oobe/",
|
| + "http://localhost:8040/*"
|
| ]
|
| }
|
|
|