Created
May 4, 2022 07:42
-
-
Save kmaed/53574dd0e07513a10dfd91268a9e1db7 to your computer and use it in GitHub Desktop.
Claws Mail: Use loopback IP address for Google OAuth 2.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/oauth2.c b/src/oauth2.c | |
index e760ecc..7a96942 100644 | |
--- a/src/oauth2.c | |
+++ b/src/oauth2.c | |
@@ -47,7 +47,7 @@ static gchar *OAUTH2info[4][17]={ | |
{"accounts.google.com", | |
"", | |
".", | |
- "urn:ietf:wg:oauth:2.0:oob", | |
+ "http://localhost", | |
"/o/oauth2/auth", | |
"/o/oauth2/token", | |
"/o/oauth2/token", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment