[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-50-gffd2fa695
miras at claws-mail.org
miras at claws-mail.org
Sat Jul 23 11:48:26 UTC 2022
The branch, gtk2 has been updated
via ffd2fa695b50a190976382dc5edbf3f32a15e8a9 (commit)
from 3d75fe5a456052727922f4e357e158b45cf57946 (commit)
Summary of changes:
src/oauth2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit ffd2fa695b50a190976382dc5edbf3f32a15e8a9
Author: Michael Rasmussen <mir at datanom.net>
Date: Sat Jul 23 13:46:19 2022 +0200
Revert redirect URL to 127.0.0.1
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/oauth2.c b/src/oauth2.c
index ef87b6cf4..f37284b7a 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -64,7 +64,7 @@ static gchar *OAUTH2info[4][17]={
{"login.microsoftonline.com",
"",
"",
- "http://localhost:8888",
+ "http://127.0.0.1:8888",
"/common/oauth2/v2.0/authorize",
"/common/oauth2/v2.0/token",
"/common/oauth2/v2.0/token",
@@ -81,7 +81,7 @@ static gchar *OAUTH2info[4][17]={
{"login.microsoftonline.com",
"",
"",
- "http://localhost:8888",
+ "http://127.0.0.1:8888",
"/common/oauth2/v2.0/authorize",
"/common/oauth2/v2.0/token",
"/common/oauth2/v2.0/token",
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list