Skip to content

Commit 45fa583

Browse files
committed
Fix ERR_CHALLENGE error adding x-vqd-4 header, thanks to @Sabdot33
1 parent 1693451 commit 45fa583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

duck_chat/api.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def __init__(
3333
"Accept-Encoding": "gzip, deflate, br",
3434
"Referer": "https://duckduckgo.com/",
3535
"User-Agent": self.user_agent,
36+
"x-vqd-4": "",
3637
"DNT": "1",
3738
"Sec-GPC": "1",
3839
"Connection": "keep-alive",

0 commit comments

Comments
 (0)