Skip to content

Commit a41a28e

Browse files
committedOct 27, 2024
1 parent e2e43b3 commit a41a28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lua/leetcode/api/headers.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function headers.get()
1313
["Content-Type"] = "application/json",
1414
["Accept"] = "application/json",
1515
["Host"] = ("leetcode.%s"):format(config.domain),
16-
["X-Requested-With"] = "XMLHttpRequest",
16+
-- ["X-Requested-With"] = "XMLHttpRequest",
1717
}, cookie and {
1818
["Cookie"] = cookie.str,
1919
["x-csrftoken"] = cookie.csrftoken,

0 commit comments

Comments
 (0)
Please sign in to comment.