tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 3e9d7d74f26d01c0067ee7a0562c9144b6a7f723
parent 148ae86d4adb9ed46250e320cd958aee8fd48b63
Author: Neil Deakin <neil@mozilla.com>
Date:   Mon, 24 Nov 2025 15:14:32 +0000

Bug 1956797, add street1? to the regular expressions so the house number matches for this case, r=dimi,credential-management-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D273612

Diffstat:
Mtoolkit/components/formautofill/shared/HeuristicsRegExp.sys.mjs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolkit/components/formautofill/shared/HeuristicsRegExp.sys.mjs b/toolkit/components/formautofill/shared/HeuristicsRegExp.sys.mjs @@ -64,7 +64,7 @@ export const HeuristicsRegExp = { "|miasto|miejscowosc|miejscowość" + //pl-PL "|\\bstad|woonplaats|plaats", // nl "address-housenumber": - "(house|building)[\\s\-]*number|hausnummer|haus|house[a-z\-]*n(r|o)" + + "(house|building|street1?)[\\s\\-_]*number|hausnummer|haus|house[a-z\-]*n(r|o)" + "|n[úu]mero" + "|domu" + // pl-PL "|huisnummer", // nl