kairi003 / Get-cookies.txt-LOCALLY

Get cookies.txt, NEVER send information outside.
MIT License
320 stars 30 forks source link

v0.7 update plans #68

Open kairi003 opened 1 month ago

kairi003 commented 1 month ago

These have been migrated from v0.6 update plans #52 .

HttpOnly support based on curl specification

HttpOnly cookies are considered to be prefixed with #HttpOnly_. prefix. This is based on the curl specification. This will increase the information stored in the cookies and make them a bit more secure. I have confirmed that the Python http.cookiejar.MozillaCookieJar is supported. It turns out that the response was very recent, so it is necessary to be more cautious.

However, since it is an extended syntax, I'm considering the possibility to optionally disable it for compatibility.

ref: https://curl.se/docs/http-cookies.html

Add option menu and remenber configs

Add option menue and remenber user selections. It requires a new permission: storage.

Formated Expiry View

Since the popup display was in accordance with the netscape format, Expiry was the number of UNIX seconds. Add option to display date and time in human-readable format. related #54