Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBraveImporter fails to import cookies and passwords from browser-laptop installed via Snap on Linux #531
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
BraveImporter successfully imports cookies and passwords from browser-laptop when it is installed via .deb on Debian-based Linux, but fails to do so when browser-laptop is installed via Snap.
Related to brave/browser-laptop#14586.
Steps to Reproduce
snap install brave. Ensure you are using the Snap-provided Brave (which brave) before continuing.yarn startActual result:
You will not be logged in to the sites you had logged in to in your browser-laptop session. If you try to log in, you will not be prompted to autofill the login form with the username and password you used in your browser-laptop session.
Expected result:
You should still be logged in to the sites you visited, because cookies were imported. If you log out and try to log in again, you should be prompted to autofill your username and password, because passwords were imported.
Reproduces how often:
100%.