Skip to content

Commit 391bce8

Browse files
authored
Update README.md
1 parent d2bba14 commit 391bce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,15 @@ There are three ways to make cookies available to `leetgo`:
302302

303303
- Provide cookies.
304304

305-
You can get your cookies named `LEETCODE_SESSION` and `csrftoken` from browser's developer tools, and set the `LEETCODE_SESSION` and `LEETCODE_CSRFTOKEN` environment variables.
305+
You can get your cookies named `LEETCODE_SESSION` and `csrftoken` from browser's developer tools, and set the `LEETCODE_SESSION` and `LEETCODE_CSRFTOKEN` environment variables. If you are using `leetcode.com`, `LEETCODE_CFCLEARANCE` should also be set to the value of the `cf_clearance` cookie.
306306

307307
```yaml
308308
leetcode:
309309
credentials:
310310
from: cookies
311311
```
312312

313-
- Provide username and password through `LEETCODE_USERNAME` and `LEETCODE_PASSWORD` environment variables. If you are using `leetcode.com`, `LEETCODE_CFCLEARANCE` should also be set to the value of the `cf_clearance` cookie.
313+
- Provide username and password through `LEETCODE_USERNAME` and `LEETCODE_PASSWORD` environment variables.
314314

315315
```yaml
316316
leetcode:

0 commit comments

Comments
 (0)