Chris Tomlinson
Chris Tomlinson
Refs #92
Caused by Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=379041 It's more or less visible depending upon the website in question and the platform Firefox is running on. If Mozilla don't fix the upstream bug...
Saving of HTTP Auth and proxy credentials may be possible too - intercept every HTTP request, look for Authorisation header, base64 decode the value and then send it to the...
To allow a number of improvements to Kee, and potentially assist with Kee Vault mobile app improvements, we must modify the format used by KeePassRPC to apply configuration to an...
KeePass 2.35 introduced a [neater way](https://keepass.info/help/kb/kdbx_4.html#extobj) to store our plugin custom data. This necessitates the use of the kdbx4 file format. - [ ] Wait for a new KeePass release...
See https://keepass.info/help/v2_dev/plg_index.html#co_menuitem for starters
This PR retains the LAContext until `authenticationValidityDurationSeconds` have elapsed, thus forcing the user to reauthenticate when it has been that long since either: * They authenticated to unlock their phone...
I have no concrete data on this but while debugging something that was probably unrelated in the end, I found a number of concerning discussions relating to the reliability of...
At the moment the app using this plugin has to be forcibly restarted to change the options such as `authenticationValidityDurationSeconds`. It would be good to be able to allow the...
In #70, @hpoul and I have discussed some of the problems with the current behaviour on iOS and I have a potential solution in PR #73 which I have found...