kairi003 / Get-cookies.txt-LOCALLY

Get cookies.txt, NEVER send information outside.
MIT License
367 stars 32 forks source link

[Enhancement] Add import part #47

Open 1mm0rt41PC opened 11 months ago

1mm0rt41PC commented 11 months ago

Exporting is a good feature, but what about importing? At the moment, we have to use another tool to import exported cookies, so it would be a good idea to add the cookie import functionality.

kairi003 commented 11 months ago

This extension is intended to export cookies. I believe that adding import features should be done with caution due to security and integrity risks. In particular, the Netscape format is dangerous to import into browsers due to the loss of information such as HttpOnly. I may add it as an optional feature in the future with a stern warning.