bertrandom / chrome-cookies-secure

Extract encrypted Google Chrome cookies for a url on a Mac or Linux
https://www.npmjs.com/package/chrome-cookies-secure
MIT License
147 stars 51 forks source link

Use new chrome cookies path on Windows (/network) #39

Closed mdpauley closed 2 years ago

mdpauley commented 2 years ago

The cookie file for Chrome 97.0.4692.71 (Official Build) (64-bit) is located at os.homedir() + `\AppData\Local\Google\Chrome\User Data\${profile}\Network\Cookies

rubengmurray commented 2 years ago

Looks good to me, uses new path as priority, falls back to old path.

rubengmurray commented 2 years ago

Tried looking in the changelog but couldn't find anything, found this also comments on the same thing.

https://www.avanite.com/blog/chromium-cookies-and-network-data

rubengmurray commented 2 years ago

Spotted referenced issues. Merging.