forked from remote/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:
@@ -92,7 +92,6 @@ func (e *expirationTime) UnmarshalJSON(b []byte) error {
|
|||||||
var brokenAuthHeaderProviders = []string{
|
var brokenAuthHeaderProviders = []string{
|
||||||
"https://accounts.google.com/",
|
"https://accounts.google.com/",
|
||||||
"https://www.googleapis.com/",
|
"https://www.googleapis.com/",
|
||||||
"https://github.com/",
|
|
||||||
"https://api.instagram.com/",
|
"https://api.instagram.com/",
|
||||||
"https://www.douban.com/",
|
"https://www.douban.com/",
|
||||||
"https://api.dropbox.com/",
|
"https://api.dropbox.com/",
|
||||||
|
|||||||
Reference in New Issue
Block a user