Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: remoting/webapp/app_remoting/manifest_common.json.jinja2

Issue 868393003: [Chromoting] Add socket permission to AppRemoting manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 }}",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698