From c30abeebd1a0c41f6e0d9ad6d26fd9daf8aff7d6 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 24 Sep 2015 15:46:39 +1000 Subject: [PATCH] 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 --- internal/token.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/token.go b/internal/token.go index a17d79d..75adbe5 100644 --- a/internal/token.go +++ b/internal/token.go @@ -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/",