diff options
Diffstat (limited to 'remoting/webapp/manifest.json')
-rw-r--r-- | remoting/webapp/manifest.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json index 13f9346..d1f8d1f 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/*", @@ -31,7 +40,7 @@ "https://relay.google.com/*", "storage", "clipboardRead", - "clipboardWrite" + "clipboardWrite", ], "plugins": [ { "path": "remoting_host_plugin.dll", "public": false }, |