snac-cooperative / snac

SNAC Server with WebUI and RestAPI
Other
5 stars 3 forks source link

Fixes Firefox regex bug for same as domain interface - quickfix #255

Closed rderik closed 4 years ago

rderik commented 4 years ago

Firefox didn't support the use of named groups. So the code was updated to avoid that issue. We are now getting the matches directly from the array of matches.