Index: chrome/common/extensions/api/privacy.json |
diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json |
index 504b30c4faf75ea02ff6ac7ef0556bdd30b5959a..5df12e503f60ad929900ede29376bf632d710f32 100644 |
--- a/chrome/common/extensions/api/privacy.json |
+++ b/chrome/common/extensions/api/privacy.json |
@@ -21,6 +21,11 @@ |
"$ref": "types.ChromeSetting", |
"value": ["webRTCMultipleRoutesEnabled", {"type":"boolean"}], |
"description": "If enabled, Chrome will explore all possible routing options when using WebRTC to find the most performant path, possibly exposing user's private IP address. Otherwise, WebRTC traffic will be routed the same way as regular HTTP. This preference's value is a boolean, defaulting to <code>true</code>." |
+ }, |
+ "webRTCNonProxiedUdpTransportEnabled": { |
+ "$ref": "types.ChromeSetting", |
+ "value": ["webRTCNonProxiedUdpTransportEnabled", {"type":"boolean"}], |
+ "description": "If enabled, Chrome is allowed to use non-proxied UDP transport to connect to peers or TURN servers when using WebRTC. Since most proxy servers don't handle UDP, using UDP possibly exposes user's IP address. Turning this off effectively forces WebRTC to only use TCP for now, until UDP proxy support is availabe in Chrome. It also might hurt media performance and increase the load for proxy servers. This preference's value is a boolean, defaulting to <code>true</code>." |
juberti
2015/08/28 17:46:54
"available (fix spelling) in Chrome and such proxi
|
} |
} |
}, |