Index: remoting/webapp/manifest.json.jinja2 |
diff --git a/remoting/webapp/manifest.json.jinja2 b/remoting/webapp/manifest.json.jinja2 |
index 9ae27be0e3d74afb5200cbcdcf9c1cc3edbb79f2..81c676b1c7fb470f955447c86db07a94f85aacfd 100644 |
--- a/remoting/webapp/manifest.json.jinja2 |
+++ b/remoting/webapp/manifest.json.jinja2 |
@@ -59,6 +59,19 @@ |
"contextMenus", |
"overrideEscFullscreen" |
{% endif %} |
+{% if webapp_type == 'v2_pnacl' %} |
+ ,{ |
+ "socket": [ |
+ "tcp-connect", |
+ "tcp-listen", |
+ "udp-send-to", |
+ "udp-bind", |
+ "udp-multicast-membership", |
+ "resolve-host", |
+ "network-state" |
+ ] |
+ } |
+{% endif %} |
], |
{% if webapp_type == 'v1' %} |