[Pkg-mozext-commits] [requestpolicy] 31/65: Add rules to allow FF "hello" (conversations).

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 ef5c8bb4c459a7bb1910de2212bc58388c9efe8d
Author: Ronald Tschalär <ronald at innovation.ch>
Date:   Sat Jun 20 04:41:04 2015 -0700

    Add rules to allow FF "hello" (conversations).
---
 src/content/lib/request-processor.compat.js | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/src/content/lib/request-processor.compat.js b/src/content/lib/request-processor.compat.js
index 9dd254c..e1e7393 100644
--- a/src/content/lib/request-processor.compat.js
+++ b/src/content/lib/request-processor.compat.js
@@ -308,6 +308,28 @@ RequestProcessor = (function(self) {
       ]);
     }
 
+    // Firefox 34 added hello (talk) service
+    compatibilityRules.push([
+      "about:loopconversation",
+      "wss://loop.services.mozilla.com/websocket",
+      appInfo.vendor
+    ]);
+    compatibilityRules.push([
+      "about:loopconversation",
+      "https://hlg.tokbox.com/",
+      appInfo.vendor
+    ]);
+    compatibilityRules.push([
+      "about:loopconversation",
+      "https://anvil.opentok.com/",
+      appInfo.vendor
+    ]);
+    compatibilityRules.push([
+      "about:loopconversation",
+      "wss://",
+      appInfo.vendor
+    ]);
+
     // Flock
     if (appInfo.ID === "{a463f10c-3994-11da-9945-000d60ca027b}") {
       Logger.info(Logger.TYPE_INTERNAL,

-- 
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