internal: add slack.com to the broken auth list

Change-Id: I491418962516c71ee61eba2a4bac76967c75a5da
Reviewed-on: https://go-review.googlesource.com/15049
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Burcu Dogan 2015-09-28 11:07:51 -07:00
parent c30abeebd1
commit 3cab960fb9
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ var brokenAuthHeaderProviders = []string{
"https://test-sandbox.auth.corp.google.com", "https://test-sandbox.auth.corp.google.com",
"https://user.gini.net/", "https://user.gini.net/",
"https://api.netatmo.net/", "https://api.netatmo.net/",
"https://slack.com/",
} }
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL // providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL