From 113ce6928c4638e14fd5eba69b9e6ec899d5dd83 Mon Sep 17 00:00:00 2001 From: Val Polouchkine Date: Mon, 18 Jun 2018 09:47:08 -0700 Subject: [PATCH] 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 --- internal/token.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/token.go b/internal/token.go index 30fb315..3954c9b 100644 --- a/internal/token.go +++ b/internal/token.go @@ -101,6 +101,7 @@ var brokenAuthHeaderProviders = []string{ "https://api.pushbullet.com/", "https://api.soundcloud.com/", "https://api.twitch.tv/", + "https://id.twitch.tv/", "https://app.box.com/", "https://connect.stripe.com/", "https://login.mailchimp.com/",