Skip to content
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

Edge can handle only one password per install #77

Closed
palant opened this issue Feb 9, 2018 · 1 comment
Closed

Edge can handle only one password per install #77

palant opened this issue Feb 9, 2018 · 1 comment
Labels

Comments

@palant
Copy link
Owner

palant commented Feb 9, 2018

Adding a single password in Edge effectively renders browser.storage.local read-only - adding anything will fail with the exception "there is more data available." It took me a while but I eventually recognized https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8416123/ as the issue here. Passwords are stored under keys that are 94 characters long. Once a single long key is stored this exception will block any modifications, until you remove that key.

@palant palant added the bug label Feb 9, 2018
@palant
Copy link
Owner Author

palant commented Feb 9, 2018

This was an issue in Edge 38, it is gone in Edge 41. So the solution is to increase required Edge version.

@palant palant closed this as completed in 618a89e Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant