We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 677d8b7 + 0f82890 commit 80a08a0Copy full SHA for 80a08a0
packages/archive/src/lib/parser.ts
@@ -31,6 +31,8 @@ export async function getResponse(
31
headers: {
32
"x-luogu-type": "content-only",
33
"x-lentille-request": "content-only",
34
+ "User-Agent": "LDABot",
35
+ From: "[email protected]",
36
...(cookie ? { cookie: process.env.COOKIE! } : {}),
37
},
38
cache: "no-cache",
0 commit comments