From 1028a9fb0716e0877d4fe39754a93bcc6d93a0ca Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 29 Jan 2020 02:53:59 -0800 Subject: [PATCH] designalify user agent --- ts/updater/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/updater/common.ts b/ts/updater/common.ts index 3bf774036..f6d98d661 100644 --- a/ts/updater/common.ts +++ b/ts/updater/common.ts @@ -261,7 +261,7 @@ function getGotOptions(): GotOptions { ca, headers: { 'Cache-Control': 'no-cache', - 'User-Agent': 'Signal Desktop (+https://signal.org/download)', + 'User-Agent': 'Session Desktop (+https://getsession.org)', }, useElectronNet: false, };