You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ork URL (#1459)
## Context
With the previous regular expression, trying to parse a specifically
malformed string would block the V8 thread (good catch @LuizAsFight!).
More info on the issue can be read about
[here](https://issues.chromium.org/issues/365066528).
## Changes
- Optimized expression
- Added named matching groups
- Moved regular expression to be a global, avoiding instantiating it at
the method's execution time
Closes#1460
What version of Wallet are you using?
0.27.0
What is happening?
Extension becomes unusable after trying to validate a specifically malformed string
CleanShot.2024-09-07.at.13.41.25.mp4
steps to reproduce
Add net network
Validate
:https://fffffff:[email protected]/v1/graphql
:
afterhttps://fffffff
How it should behave?
Should report that the network is invalid.
What os are you seeing the problem on?
Mac/Apple Desktop
What browser?
Chrome
What is your browser version?
128.0.6613.114
The text was updated successfully, but these errors were encountered: