Chromium Code Reviews| Index: remoting/webapp/manifest.json.jinja2 |
| diff --git a/remoting/webapp/manifest.json.jinja2 b/remoting/webapp/manifest.json.jinja2 |
| index 1ce73d2bb202b0e60c35cee10b5fa1511e516256..50cdc425b8dda2391e9989c53e2ea866b2ff2123 100644 |
| --- a/remoting/webapp/manifest.json.jinja2 |
| +++ b/remoting/webapp/manifest.json.jinja2 |
| @@ -37,7 +37,7 @@ |
| "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 }} data:; font-src *; connect-src 'self' {{ OAUTH2_ACCOUNTS_HOST }} {{ GOOGLE_API_HOSTS }} {{ TALK_GADGET_HOST }} https://relay.google.com", |
| + "content_security_policy": "default-src 'self'; script-src 'self' {{ TALK_GADGET_HOST }} https://www.gstatic.com; style-src 'self' https://fonts.googleapis.com; img-src 'self' {{ TALK_GADGET_HOST }} data:; font-src *; connect-src 'self' {{ OAUTH2_ACCOUNTS_HOST }} {{ GOOGLE_API_HOSTS }} {{ TALK_GADGET_HOST }} https://relay.google.com", |
|
aiguha
2014/08/13 01:29:34
This is to allow us to use the Google Cast Sender
Jamie
2014/08/13 23:21:04
Does it work with apps v2?
aiguha
2014/08/15 07:09:56
Haven't had a chance to investigate that, can we d
|
| {% endif %} |
| "optional_permissions": [ |
| "<all_urls>" |