Skip to content

Commit 2cd4472

Browse files
adgbradfitz
authored andcommitted
internal: add Wunderlist to list of broken auth providers
Fixes golang/go#14439 Change-Id: I6b72562d5d49d4c847390438dee11ce41bf46918 Reviewed-on: https://go-review.googlesource.com/19784 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 1f9b3a1 commit 2cd4472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/token.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ var brokenAuthHeaderProviders = []string{
114114
"https://www.googleapis.com/",
115115
"https://www.linkedin.com/",
116116
"https://www.strava.com/oauth/",
117+
"https://www.wunderlist.com/oauth/",
117118
}
118119

119120
func RegisterBrokenAuthHeaderProvider(tokenURL string) {

0 commit comments

Comments
 (0)