-
-
Notifications
You must be signed in to change notification settings - Fork 345
Option to disable cookie store (2) #489
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
base: main
Are you sure you want to change the base?
Conversation
Same comment as the dupe: I would argue that this should just be done by the user |
Let me tinker on this idea while fixing other urgent issues. |
I think this is actually a good idea, I know the users can use the dummy cookiejar to disable cookies in a session, but the elegancy of My only question is: do you think |
Yes it is. I updated the for it. |
It's up to you but I was just thinking we don't want scope creep on an already quite "batteries-included" library, especially when there's already a more powerful solution for this (a custom cookie jar) |
A clean solution for #477. This is a duplicate of #488 (it was on my main branch and I wanted to make another PR).