forked from Mirrors/oauth2
internal: remove GitHub from the list of broken providers
See #155 for context Change-Id: I91bd4186465e7489fd9d28f9f9dc2243218ba6ff Reviewed-on: https://go-review.googlesource.com/14936 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
166f7cf994
commit
c30abeebd1
|
@ -92,7 +92,6 @@ func (e *expirationTime) UnmarshalJSON(b []byte) error {
|
|||
var brokenAuthHeaderProviders = []string{
|
||||
"https://accounts.google.com/",
|
||||
"https://www.googleapis.com/",
|
||||
"https://github.com/",
|
||||
"https://api.instagram.com/",
|
||||
"https://www.douban.com/",
|
||||
"https://api.dropbox.com/",
|
||||
|
|
Loading…
Reference in New Issue