keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.78k stars 188 forks source link

Adjust the TOTP ignore regex #2376

Closed varjolintu closed 3 weeks ago

varjolintu commented 3 weeks ago

Adjusts the TOTP ignore regex a bit. Strings like encode, decoder, encodeText etc. should be ignored, while code and Authentication code etc. should be allowed.

Added some new unit tests.

Fixes #2282.