issues
search
DarkFlorist
/
TheInterceptor
The Interceptor is a browser extension that explains what kind of Ethereum transactions you are making
The Unlicense
139
stars
21
forks
source link
Fix Addressbook search error on special character input
#1104
Closed
jubalm
closed
1 month ago
jubalm
commented
3 months ago
Fixes #1103
[x] remove
.toLowerCase()
transforms in regex match replacing it with
i
flag in
RegExp
constructor
Fixes #1103
.toLowerCase()
transforms in regex match replacing it withi
flag inRegExp
constructor