Validate attachment urls
// FREEBIE
This commit is contained in:
parent
f977827483
commit
4cc6b1ff9a
6 changed files with 74 additions and 37 deletions
|
@ -127,7 +127,9 @@ module.exports = function(grunt) {
|
|||
if (srcpath.match('background.js')) {
|
||||
return content.replace(
|
||||
/textsecure-service-staging.whispersystems.org/g,
|
||||
'textsecure-service-ca.whispersystems.org:4433');
|
||||
'textsecure-service-ca.whispersystems.org:4433').replace(
|
||||
/whispersystems-textsecure-attachments-staging.s3.amazonaws.com/g,
|
||||
'whispersystems-textsecure-attachments.s3.amazonaws.com');
|
||||
} else {
|
||||
return content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue