diff --git a/keepassxc-browser/content/totp-field.js b/keepassxc-browser/content/totp-field.js index cd0874d..f471d2c 100644 --- a/keepassxc-browser/content/totp-field.js +++ b/keepassxc-browser/content/totp-field.js @@ -1,6 +1,6 @@ 'use strict'; -const ignoreRegex = /(bank|coupon|postal|user|zip|promo).*code|(en|de)code(d|r)*|comment|author|error/i; +const ignoreRegex = /(bank|coupon|post(al)?|user|zip|promo).*code|(en|de)code(d|r)*|comment|author|error/i; const ignoredTypes = [ 'email', 'password', 'username' ]; const allowedInputTypes = [ 'number', 'password', 'tel', 'text' ];