forked from Mirrors/oauth2
internal: add Twitch's other endpoint to blacklist
Twitch uses two domains for OAuth: https://dev.twitch.tv/docs/authentication/ Change-Id: I33f74e0c282b9e35c5b266980d1eb62f4fa419a8 Reviewed-on: https://go-review.googlesource.com/119515 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
1e0a3fa8ba
commit
113ce6928c
|
@ -101,6 +101,7 @@ var brokenAuthHeaderProviders = []string{
|
||||||
"https://api.pushbullet.com/",
|
"https://api.pushbullet.com/",
|
||||||
"https://api.soundcloud.com/",
|
"https://api.soundcloud.com/",
|
||||||
"https://api.twitch.tv/",
|
"https://api.twitch.tv/",
|
||||||
|
"https://id.twitch.tv/",
|
||||||
"https://app.box.com/",
|
"https://app.box.com/",
|
||||||
"https://connect.stripe.com/",
|
"https://connect.stripe.com/",
|
||||||
"https://login.mailchimp.com/",
|
"https://login.mailchimp.com/",
|
||||||
|
|
Loading…
Reference in New Issue