From ee60c840d09608e7f236d8b30bd66ce4938ee464 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Sat, 13 Jun 2026 05:10:57 +0200 Subject: [PATCH] docs: warn about cookie exports --- .gitignore | 3 +++ README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 10878d98..3eba8bad 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,6 @@ package-lock.json .env*.local *.har + +# Local authentication exports +cookies*.json diff --git a/README.md b/README.md index 35e504f4..d17fc2c6 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ Using Firefox: > **Tip:** You can use the [Cookie-Editor](https://addons.mozilla.org/en-US/firefox/addon/cookie-editor/) extension to export cookies in a convenient format. +> **Security:** Treat exported cookies like account passwords. Do not commit real `ct0` or `auth_token` values, and keep local exports in ignored files such as `cookies.json`. + **Step 2: Use cookies in your code** ```ts