Undo cookies fails to set a cookie starting with __Secure-
See original GitHub issueSome cookies which I get back , does have this error: Failed to parse or set a cookie named: __Secure-3PSID, even on the latest version, and dev build as well.
_Originally posted by @Marek33 in https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/issues/768#issuecomment-644317666_
Additional Background Has to do with this: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#Cookie_prefixes
And for some reason the code didn’t include domain
or secure
attributes when restoring cookies.
Because we didn’t set the secure
parameter to true
, by MDN’s doc, it is set to false
by default.
quick bugfix will be patched shortly.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Turn cookies on or off - Computer - Google Account Help
On your computer, open Chrome. · At the top right, click More More and then Settings. · Under "Privacy and security," click Site...
Read more >This Set-Cookie didn't specify a "SameSite" attribute and was ...
I tried to solve this by making the server use SameSite=None (development only). This causes a different error: Connection isn't secure . This ......
Read more >Secure Cookie Attribute - OWASP Foundation
Overview. The secure attribute is an option that can be set by the application server when sending a new cookie to the user...
Read more >How to Enable & Disable Cookies in Your Browser | Avast
Under the Privacy and security section, find the Content settings entry. Click that. To disable cookies, flip off the switch next to Allow ......
Read more >Set-Cookie - HTTP - MDN Web Docs
__Secure- prefix: Cookies with names starting with __Secure- (dash is part of the prefix) must be set with the secure flag from a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve added a commit to scrub cookieStoreId 1 from cleanup logs as we most likely cannot restore them anyway.
Yes, I will since I just did that, in Sandboxie on the Firefox.
No, it’s because I can’t update the extension since Iridium/Ungoogled block that connection, so there is nothing ported from the older versions. I will copy the data (for statistics), but I will not change any settings, so I wouldn’t break it again.