feat(cookies): Allow manually adding cookies to the cookiejar#457
Merged
Merged
Conversation
This functionality was implemented as part of mountain-loop#463 (cookie editor rewrite). Recording this no-op merge to credit @stijnbrouwers for the original proposal and prototype in this PR.
947e3f2 to
67a0ee3
Compare
gschier
approved these changes
May 20, 2026
gschier
left a comment
Member
There was a problem hiding this comment.
Thanks for submitting this! Your PR inspired cookie editor rewrite in #463. I wanted to ensure you got some credit, so I rebased your branch to a no-op on top of main. Your work is also called out in the 2026.4.0 changelog. Thanks again!
Contributor
Author
|
Thank you, that's very much appreciated! I also want to take the opportunity to thank you for this amazing app 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
I have a very specific flow for getting an auth cookie that I cannot put into Yaak. I need to authenticate in the browser and copy the cookie into the application. At the moment, Yaak does not allow manually creating cookies. This PR introduces this functionality with minimal impact to the rest of the application.
Submission
CONTRIBUTING.md.Approved feedback item (required if not a bug fix or small-scope improvement):
Related