internal: add Patreon to the broken auth list

Change-Id: I764ff2923f3c8a87f91893b47827068f093c4437
Reviewed-on: https://go-review.googlesource.com/20232
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Colin Edwards 2016-03-04 15:22:30 -06:00 committed by Brad Fitzpatrick
parent 2cd4472c32
commit 045497edb6

View File

@ -115,6 +115,7 @@ var brokenAuthHeaderProviders = []string{
"https://www.linkedin.com/",
"https://www.strava.com/oauth/",
"https://www.wunderlist.com/oauth/",
"https://api.patreon.com/",
}
func RegisterBrokenAuthHeaderProvider(tokenURL string) {