Add port 80
// FREEBIE
This commit is contained in:
parent
384598fbcc
commit
9db13310b4
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue