Commit a450b6be authored by wez@chromium.org's avatar wez@chromium.org

Add app ID to TCP/UDP socket API whitelist

BUG=129089
TEST=manual

Review URL: https://chromiumcodereview.appspot.com/10417023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138326 0039d316-1c4b-4281-b951-d872f2087c98
parent d49685ea
...@@ -166,7 +166,8 @@ const char* kPredefinedAllowedSocketOrigins[] = { ...@@ -166,7 +166,8 @@ const char* kPredefinedAllowedSocketOrigins[] = {
"gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop "gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop
"kgngmbheleoaphbjbaiobfdepmghbfah", // Pre-release Chrome Remote Desktop "kgngmbheleoaphbjbaiobfdepmghbfah", // Pre-release Chrome Remote Desktop
"odkaodonbgfohohmklejpjiejmcipmib", // Dogfood Chrome Remote Desktop "odkaodonbgfohohmklejpjiejmcipmib", // Dogfood Chrome Remote Desktop
"ojoimpklfciegopdfgeenehpalipignm" // Chromoting canary "ojoimpklfciegopdfgeenehpalipignm", // Chromoting canary
"cbkkbcmdlboombapidmoeolnmdacpkch" // see crbug.com/129089
}; };
// Handles rewriting Web UI URLs. // Handles rewriting Web UI URLs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment