mirror of
https://github.com/restic/restic.git
synced 2025-12-13 14:02:25 +00:00
Update vendored library golang.org/x/oauth2
This commit is contained in:
5
vendor/golang.org/x/oauth2/internal/token.go
generated
vendored
5
vendor/golang.org/x/oauth2/internal/token.go
generated
vendored
@@ -103,7 +103,7 @@ var brokenAuthHeaderProviders = []string{
|
||||
"https://api.twitch.tv/",
|
||||
"https://app.box.com/",
|
||||
"https://connect.stripe.com/",
|
||||
"https://graph.facebook.com", // see https://github.com/golang/oauth2/issues/214
|
||||
"https://login.mailchimp.com/",
|
||||
"https://login.microsoftonline.com/",
|
||||
"https://login.salesforce.com/",
|
||||
"https://login.windows.net",
|
||||
@@ -124,10 +124,13 @@ var brokenAuthHeaderProviders = []string{
|
||||
"https://api.patreon.com/",
|
||||
"https://sandbox.codeswholesale.com/oauth/token",
|
||||
"https://api.sipgate.com/v1/authorization/oauth",
|
||||
"https://api.medium.com/v1/tokens",
|
||||
"https://log.finalsurge.com/oauth/token",
|
||||
}
|
||||
|
||||
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.
|
||||
var brokenAuthHeaderDomains = []string{
|
||||
".auth0.com",
|
||||
".force.com",
|
||||
".myshopify.com",
|
||||
".okta.com",
|
||||
|
||||
Reference in New Issue
Block a user