Index: remoting/webapp/app_remoting/manifest_common.json.jinja2 |
diff --git a/remoting/webapp/app_remoting/manifest_common.json.jinja2 b/remoting/webapp/app_remoting/manifest_common.json.jinja2 |
index aca325c46401f2e3fb9cd211009602b671f4b9f2..6001a10ac0a6f988cdff2e02f9cb40a3638c2b42 100644 |
--- a/remoting/webapp/app_remoting/manifest_common.json.jinja2 |
+++ b/remoting/webapp/app_remoting/manifest_common.json.jinja2 |
@@ -33,7 +33,18 @@ |
"https://relay.google.com/*", |
"identity", |
"pointerLock", |
- "storage" |
+ "storage", |
+ { |
+ "socket": [ |
+ "tcp-connect", |
+ "tcp-listen", |
+ "udp-send-to", |
+ "udp-bind", |
+ "udp-multicast-membership", |
+ "resolve-host", |
+ "network-state" |
+ ] |
+ } |
], |
"oauth2": { |
"client_id": "{{ REMOTING_IDENTITY_API_CLIENT_ID }}", |