forked from Mirrors/oauth2
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>
This commit is contained in:
parent
1f9b3a17f0
commit
2cd4472c32
|
@ -114,6 +114,7 @@ var brokenAuthHeaderProviders = []string{
|
||||||
"https://www.googleapis.com/",
|
"https://www.googleapis.com/",
|
||||||
"https://www.linkedin.com/",
|
"https://www.linkedin.com/",
|
||||||
"https://www.strava.com/oauth/",
|
"https://www.strava.com/oauth/",
|
||||||
|
"https://www.wunderlist.com/oauth/",
|
||||||
}
|
}
|
||||||
|
|
||||||
func RegisterBrokenAuthHeaderProvider(tokenURL string) {
|
func RegisterBrokenAuthHeaderProvider(tokenURL string) {
|
||||||
|
|
Loading…
Reference in New Issue