internal: remove facebook from brokenAuthHeadersProviders

A friend who now works at Facebook informs me that this is now fixed on their
side. I've asked for some public reference.

Change-Id: I68627e3211f24bc4bea7c698d1126438a0e8ab0d
Reviewed-on: https://go-review.googlesource.com/97055
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Tristan Colgate 2018-02-25 09:49:55 +00:00 committed by Brad Fitzpatrick
parent 543e37812f
commit d7d64896b5
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ var brokenAuthHeaderProviders = []string{
"https://api.twitch.tv/", "https://api.twitch.tv/",
"https://app.box.com/", "https://app.box.com/",
"https://connect.stripe.com/", "https://connect.stripe.com/",
"https://graph.facebook.com", // see https://github.com/golang/oauth2/issues/214
"https://login.microsoftonline.com/", "https://login.microsoftonline.com/",
"https://login.salesforce.com/", "https://login.salesforce.com/",
"https://login.windows.net", "https://login.windows.net",