Skip to content

Commit

Permalink
Merge pull request #23 from otema666/main
Browse files Browse the repository at this point in the history
Fix ERR_CHALLENGE error adding x-vqd-4 header, thanks to @Sabdot33
  • Loading branch information
mrgick authored Feb 9, 2025
2 parents 1693451 + 45fa583 commit dbdcd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions duck_chat/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def __init__(
"Accept-Encoding": "gzip, deflate, br",
"Referer": "https://duckduckgo.com/",
"User-Agent": self.user_agent,
"x-vqd-4": "",
"DNT": "1",
"Sec-GPC": "1",
"Connection": "keep-alive",
Expand Down

0 comments on commit dbdcd83

Please sign in to comment.