From 9db13310b44fccca4563a841c8e9e44c1542a14f Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 8 Sep 2016 14:59:37 -0700 Subject: [PATCH] Add port 80 // FREEBIE --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index b50db2a1..69721932 100644 --- a/js/background.js +++ b/js/background.js @@ -52,7 +52,7 @@ }); var SERVER_URL = 'https://textsecure-service-staging.whispersystems.org'; - var SERVER_PORTS = [4433, 8443]; + var SERVER_PORTS = [80, 4433, 8443]; var ATTACHMENT_SERVER_URL = 'https://whispersystems-textsecure-attachments-staging.s3.amazonaws.com'; var messageReceiver; window.getSocketStatus = function() {