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:
Andrew Gerrand 2015-09-24 15:46:39 +10:00
parent 166f7cf994
commit c30abeebd1
1 changed files with 0 additions and 1 deletions

View File

@ -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/",