Skip to content

Commit 045497e

Browse files
DDRBoxmanbradfitz
authored andcommitted
internal: add Patreon to the broken auth list
Change-Id: I764ff2923f3c8a87f91893b47827068f093c4437 Reviewed-on: https://go-review.googlesource.com/20232 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 2cd4472 commit 045497e

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
@@ -115,6 +115,7 @@ var brokenAuthHeaderProviders = []string{
115115
"https://www.linkedin.com/",
116116
"https://www.strava.com/oauth/",
117117
"https://www.wunderlist.com/oauth/",
118+
"https://api.patreon.com/",
118119
}
119120

120121
func RegisterBrokenAuthHeaderProvider(tokenURL string) {

0 commit comments

Comments
 (0)