Skip to content

Commit fcc1fda

Browse files
authored
internal: add Google's endpoint to blacklist
1 parent d2e6202 commit fcc1fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/token.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func (e *expirationTime) UnmarshalJSON(b []byte) error {
9292

9393
var brokenAuthHeaderProviders = []string{
9494
"https://accounts.google.com/",
95+
"https://oauth2.googleapis.com/token"
9596
"https://api.codeswholesale.com/oauth/token",
9697
"https://api.dropbox.com/",
9798
"https://api.dropboxapi.com/",

0 commit comments

Comments
 (0)