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:
Charles Fenwick Elliott 2018-02-07 11:52:40 -05:00 committed by Brad Fitzpatrick
parent a032972e28
commit 543e37812f
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ var brokenAuthHeaderProviders = []string{
"https://api.patreon.com/",
"https://sandbox.codeswholesale.com/oauth/token",
"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.