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.
1 parent 677d8b7 commit 0f82890Copy full SHA for 0f82890
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