-
Notifications
You must be signed in to change notification settings - Fork 144
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
chromium: handle latest sqlite schema #215
base: master
Are you sure you want to change the base?
Conversation
@borisbabic Support for the latest version of Chrome is broken. This fixes the problem |
Until a fix is merged, to install directly from this PR:
|
I still get error after this, am i missing something? On Chrome:
On Vivaldi
|
@amitkumarwali --force-reinstall: This flag is used to overwrite the installation of browser_cookie3. |
Thank you for taking out time and suggesting fix, appreciate it. Tried the above way but this doesnt seem to work for me. Also tried in a complete new venv but still end up in same error as stated above. In case i can check/debug something, please let me know. thank you again.
|
ed7b3b9
to
a3790b9
Compare
Starting from version 24, the sha256 of the domain is prepended to the encrypted value of the cookie. See: - https://issues.chromium.org/issues/40185252 - https://chromium-review.googlesource.com/c/chromium/src/+/5792044 - https://chromium.googlesource.com/chromium/src/net/+/master/extras/sqlite/sqlite_persistent_cookie_store.cc#193
@amitkumarwali I've updated my branch, could you try again if it fixes your problem on Vivaldi? I don't think it will fix Chrome on Windows because of this https://security.googleblog.com/2024/07/improving-security-of-chrome-cookies-on.html |
@Arth-ur - thank you, this fixed my issue on Vivaldi. Appreciate your kind and quick help. |
This PR fixes the issue for me as well. Hope this gets into a release soon 😄 |
Starting from version 24, the sha256 of the domain is prepended to the encrypted value of the cookie.
See:
- https://issues.chromium.org/issues/40185252
- https://chromium-review.googlesource.com/c/chromium/src/+/5792044
- https://chromium.googlesource.com/chromium/src/net/+/master/extras/sqlite/sqlite_persistent_cookie_store.cc#193
Fix #214