zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Doesn't work on new Chrome or Chromium #217

Closed zeruniverse closed 6 years ago

zeruniverse commented 6 years ago

Version: 68.0.3440.106

Try it here: phppasswordmanager.sourceforge.io

after login, stuck at PLEASE WAIT WHILE WE ARE DECRYPTING YOUR PASSWORD...

No errors (everything 200) at the network tab of the developer tool. And nothing pending. It's like ajax is not trigged.

zeruniverse commented 6 years ago

Firefox and microsoft edge works.

zeruniverse commented 6 years ago

9.15 has no problem

BenjaminHae commented 6 years ago

Hehe, that's not a chrome bug. It's because of my addon 😄 Disable it and it will work.

BenjaminHae commented 6 years ago

I think the check if it's on the right domain doesn't work properly. I'll look into it.

But nice to know you are using it 😄

zeruniverse commented 6 years ago

could you update your plugin to avoid this from happening?

BenjaminHae commented 6 years ago

It's updated. Might take some time till it is updated on your machine.

zeruniverse commented 6 years ago

Did you make it work? If yes, we can make a 10.01 release.

BenjaminHae commented 6 years ago

Yes, but it only required changes in the addon, not the password manager itself. So there's currently no need for a new release. I'll open one PR this weekend where a new release will make sense.