Add port 80

// FREEBIE
This commit is contained in:
lilia 2016-09-08 14:59:37 -07:00
parent 384598fbcc
commit 9db13310b4

View file

@ -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() {