Skip to content

Commit d7d6489

Browse files
tcolgatebradfitz
authored andcommitted
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 <[email protected]>
1 parent 543e378 commit d7d6489

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/token.go

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ var brokenAuthHeaderProviders = []string{
103103
"https://api.twitch.tv/",
104104
"https://app.box.com/",
105105
"https://connect.stripe.com/",
106-
"https://graph.facebook.com", // see https://github.com/golang/oauth2/issues/214
107106
"https://login.microsoftonline.com/",
108107
"https://login.salesforce.com/",
109108
"https://login.windows.net",

0 commit comments

Comments
 (0)