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
We currently use require('url') in places where we parse the URLs to see if they're safe to execute, specifically for Node. We should replace this with the URL API.
The text was updated successfully, but these errors were encountered:
It looks like there are only a few (or one?) places where this happens. I have some time to pick this up if this is a simple API swap. Are we OK with the lack of IE support?
We currently use
require('url')
in places where we parse the URLs to see if they're safe to execute, specifically for Node. We should replace this with the URL API.The text was updated successfully, but these errors were encountered: