pfn / passifox

Extensions to allow Chrome and Firefox (4.0+) to auto form-fill passwords from KeePass (requires KeePassHttp)
GNU General Public License v3.0
908 stars 186 forks source link

PassIFox doesn't work with 'Iceweasel(hardened-preferences)' #613

Open darkneptune opened 7 years ago

darkneptune commented 7 years ago

Extension: PassIFox 1.2.2 Browser: Iceweasel (hardened-preferences) GNU Parabola. https://wiki.parabola.nu/Iceweasel KeePassHttp version: None KeePassXC version: 2.1.2 pages on which the error occur: all

yeawellwhatever commented 7 years ago

Issue also happens on regular Firefox on Arch and KeepassXC 2.1.3

Edit Found out the issue. Pass|fox is trying to connect to localhost, and localhost is not resolving properly on my Arch installation. Editin the hosts file and adding localhost to point to 127.0.0.1 and ::1 solved it.

Refer here : https://github.com/keepassxreboot/keepassxc/pull/196