Skip to content

Commit d668ce9

Browse files
maruf0011bradfitz
authored andcommitted
Add dailymotion to brokenAuthHeaderProviders
Change-Id: Ide7a3ce0d7d565dda6ae2fcb120e5468bebbf024 GitHub-Last-Rev: 49c1593 GitHub-Pull-Request: golang#350 Reviewed-on: https://go-review.googlesource.com/c/152023 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 2820760 commit d668ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/token.go

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ var brokenAuthHeaderProviders = []string{
136136
"https://accounts.zoho.com",
137137
"https://gitter.im/login/oauth/token",
138138
"https://openid-connect.onelogin.com/oidc",
139+
"https://api.dailymotion.com/oauth/token",
139140
}
140141

141142
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.

0 commit comments

Comments
 (0)