mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Use port 4433 on staging
Now with over 9000% more CA-signed cert! // FREEBIE
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user