These have been migrated from v0.6 update plans #52 .
[ ] HttpOnly support based on curl specification
[ ] Add option menu and remenber configs
[ ] Formated Expiry View
[ ] Dark theme option settings
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.
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
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 PythonIt turns out that the response was very recent, so it is necessary to be more cautious.http.cookiejar.MozillaCookieJar
is supported.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