kairi003 / Get-cookies.txt-LOCALLY

Get cookies.txt, NEVER send information outside.
MIT License
412 stars 38 forks source link

[Enhancement] Add import part #47

Open 1mm0rt41PC opened 1 year ago

1mm0rt41PC commented 1 year 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 1 year 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.