forked from Mirrors/oauth2
internal: add more brokenAuthHeadersProviders
Add log.finalsurge.com and api.medium.com Fixes #267 Change-Id: I8a902f418f04ff87539fe2edda350a81974aaa6e Reviewed-on: https://go-review.googlesource.com/92655 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
a032972e28
commit
543e37812f
|
@ -124,6 +124,8 @@ var brokenAuthHeaderProviders = []string{
|
||||||
"https://api.patreon.com/",
|
"https://api.patreon.com/",
|
||||||
"https://sandbox.codeswholesale.com/oauth/token",
|
"https://sandbox.codeswholesale.com/oauth/token",
|
||||||
"https://api.sipgate.com/v1/authorization/oauth",
|
"https://api.sipgate.com/v1/authorization/oauth",
|
||||||
|
"https://api.medium.com/v1/tokens",
|
||||||
|
"https://log.finalsurge.com/oauth/token",
|
||||||
}
|
}
|
||||||
|
|
||||||
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.
|
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.
|
||||||
|
|
Loading…
Reference in New Issue