| Index: remoting/webapp/manifest.json
|
| diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json
|
| index 13f93466a9fad2e46644bb94abe01deb77a3070d..c75ddca03f92a2331485441085b963025c8428db 100644
|
| --- a/remoting/webapp/manifest.json
|
| +++ b/remoting/webapp/manifest.json
|
| @@ -20,9 +20,18 @@
|
| "OAUTH2_REDIRECT_URL"
|
| ],
|
| "js": [ "cs_oauth2_trampoline.js" ]
|
| + },
|
| + {
|
| + "matches": [
|
| + "THIRD_PARTY_AUTH_REDIRECT_URL"
|
| + ],
|
| + "js": [ "cs_third_party_auth_trampoline.js" ]
|
| }
|
| ],
|
| "content_security_policy": "default-src 'self'; script-src 'self' TALK_GADGET_HOST; style-src 'self' https://fonts.googleapis.com; img-src 'self' TALK_GADGET_HOST; font-src *; connect-src 'self' OAUTH2_ACCOUNTS_HOST GOOGLE_API_HOSTS TALK_GADGET_HOST https://relay.google.com",
|
| + "optional_permissions": [
|
| + "<all_urls>"
|
| + ],
|
| "permissions": [
|
| "OAUTH2_ACCOUNTS_HOST/*",
|
| "OAUTH2_API_BASE_URL/*",
|
|
|