Skip to content

Commit

Permalink
Update acmethods.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaph authored Feb 19, 2023
1 parent 98433c9 commit 1afc765
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions acmethods.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ func antiCaptchaMethods(solver *Solver, preferredDomain string) *solveMethods {
response = solution["token"]
}

if response == nil {
response = solution["x-kpsdk-cd"]
}

if response == nil {
response = solution["x-kpsdk-ct"]
}
Expand Down

0 comments on commit 1afc765

Please sign in to comment.