forked from Mirrors/oauth2
add gitter token url to broken provider list
This commit is contained in:
parent
f42d051822
commit
d1f5c9ebe6
|
@ -134,6 +134,7 @@ var brokenAuthHeaderProviders = []string{
|
||||||
"https://stackoverflow.com/oauth/access_token",
|
"https://stackoverflow.com/oauth/access_token",
|
||||||
"https://account.health.nokia.com",
|
"https://account.health.nokia.com",
|
||||||
"https://accounts.zoho.com",
|
"https://accounts.zoho.com",
|
||||||
|
"https://gitter.im/login/oauth/token",
|
||||||
}
|
}
|
||||||
|
|
||||||
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.
|
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.
|
||||||
|
|
Loading…
Reference in New Issue