Use port 4433 on staging

Now with over 9000% more CA-signed cert!

// FREEBIE
This commit is contained in:
lilia 2016-07-21 12:21:36 -07:00
parent 3a50a892dc
commit 186c597e24
3 changed files with 2 additions and 12 deletions

View file

@ -121,7 +121,7 @@ module.exports = function(grunt) {
process: function(content, srcpath) {
if (srcpath.match('background.js')) {
return content.replace(
/textsecure-service-staging.whispersystems.org/g,
/textsecure-service-staging.whispersystems.org:4433/g,
'textsecure-service-ca.whispersystems.org:4433').replace(
/whispersystems-textsecure-attachments-staging.s3.amazonaws.com/g,
'whispersystems-textsecure-attachments.s3.amazonaws.com');