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
Run with ./script.js --url something.xyz and options should include that URL but currently throws an exception instead...
Started trying to add something but saw a really scary regex for domain validation and secondly no tests so gave up pretty quickly. But wanted to let you know at least...
The text was updated successfully, but these errors were encountered:
URL option does not allow us to pass options like www.ipfsbin.xyz because it's checking the TLD to match some arbitrary set of TLDs.
Example code:
Run with
./script.js --url something.xyz
and options should include that URL but currently throws an exception instead...Started trying to add something but saw a really scary regex for domain validation and secondly no tests so gave up pretty quickly. But wanted to let you know at least...
The text was updated successfully, but these errors were encountered: