Eloquent-JavaScript icon indicating copy to clipboard operation
Eloquent-JavaScript copied to clipboard

Chapter 20 : use of legacy url.parse is discouraged

Open hkiame opened this issue 2 years ago • 0 comments

url.parse() method is discouraged as it uses a non-standard algorithm that can introduce security issues such as host name spoofing and incorrect handling of usernames and passwords. We are encouraged to rather use WHATWG URL API.

hkiame avatar May 02 '22 18:05 hkiame