[Pkg-mozext-commits] [requestpolicy] 32/65: Firefox Hello: add comments
David Prévot
taffit at moszumanska.debian.org
Fri Mar 25 22:59:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit 4fe6bf2491d651e956b1caf2246d27b32da71256
Author: Martin Kimmerle <dev at 256k.de>
Date: Sat Jan 16 23:43:07 2016 +0100
Firefox Hello: add comments
---
src/content/lib/request-processor.compat.js | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/content/lib/request-processor.compat.js b/src/content/lib/request-processor.compat.js
index e1e7393..019ed2d 100644
--- a/src/content/lib/request-processor.compat.js
+++ b/src/content/lib/request-processor.compat.js
@@ -308,12 +308,11 @@ RequestProcessor = (function(self) {
]);
}
- // Firefox 34 added hello (talk) service
- compatibilityRules.push([
- "about:loopconversation",
- "wss://loop.services.mozilla.com/websocket",
- appInfo.vendor
- ]);
+ // Firefox Hello
+ // FIXME: Along with #742, convert these rules into the following ones:
+ // - ALLOW "about:loopconversation" -> "https://hlg.tokbox.com"
+ // - ALLOW "about:loopconversation" -> "https://anvil.opentok.com"
+ // - ALLOW "about:loopconversation" -> "wss://*.tokbox.com"
compatibilityRules.push([
"about:loopconversation",
"https://hlg.tokbox.com/",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list