Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie-Editor doesn't see cookies not marked as 'secure' #172

Open
dzrdmwjx opened this issue Mar 13, 2024 · 3 comments
Open

Cookie-Editor doesn't see cookies not marked as 'secure' #172

dzrdmwjx opened this issue Mar 13, 2024 · 3 comments

Comments

@dzrdmwjx
Copy link

Cookie-Editor doesn't see cookies not marked as 'secure'.
Surprisingly, it is able to import insecure cookies from the netscape cookie file, but these cookies disappear from the Cookie-Editor view immediately after the import. They can still be seen in chrome storage or other cookie viewers.
Not surprisingly, 'Delete All' operation on a site's cookies leaves insecure cookies untouched, because Cookie-Editor can't delete the cookies that it doesn't see.

@Moustachauve
Copy link
Owner

What browser are you experiencing this issue on? What versions?

Thanks

@dzrdmwjx
Copy link
Author

Cookie-Editor: v1.13.0
Browser: Chrome 122.0.6261.129 (Official Build) (64-bit) (cohort: Stable)

To reproduce the issue:

  • Just pick any site and launch cookie-editor popup
  • Only cookies marked as secure will show up
  • Toggle "secure" flag to off on any cookie and save
  • Close and re-open cookie-editor popup window
  • The cookie just modified is gone from the list
  • Go to Dev-Tools/Application/Cookies, locate the cookie and toggle the secure flag back on
  • Launch cookie-editor popup and the cookie reappears in the list

Also tested on Microsoft Edge: 122.0.2365.80 (Official build) (64-bit)
It's not affected by this issue

Thanks for looking into this.

@Tiippex
Copy link

Tiippex commented Apr 17, 2024

I have the same problem but with the http-only flag. If the cookie is set to http-only it won't appear in the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants