GithubHelp home page GithubHelp logo

Comments (5)

chriso avatar chriso commented on May 21, 2024

Not sure how to proceed with this one. It's trivial to remove the TLD restriction but then the validator lets about anything through. A different alternative is to just whitelist localhost. Suggestions?

from validator.js.

lmorchard avatar lmorchard commented on May 21, 2024

I'd say letting anything through is fine. They're still valid URLs, not all host names have TLDs. The only way you can really tell is to check to see if DNS resolves and if the host is reachable, but no one wants to do that.

from validator.js.

foxbunny avatar foxbunny commented on May 21, 2024

+1 to white-listing only localhost.

For use on LANs and similar applications where you don't have a TLD, you can use different techniques, which are faster, like supply a list of valid hostnames from a central location (DNS server?), and check only the paths without domain name, port, etc.

Localhost is the only notable exception since we use it for development, although I usually use a domain name like d1.localhost.tld myself just to avoid cases like this.

from validator.js.

drewish avatar drewish commented on May 21, 2024

I frequently have short hostnames that I use for test sites. I think it'd be better to be lenient here and let people that need to verify host names do so in subsequent steps. I think checking for a scheme and target should be sufficient.

from validator.js.

chriso avatar chriso commented on May 21, 2024

I agree with you on most counts but I'm not game to let an arbitrary alphanumeric string pass through the validator. It's trivial to modify your hostnames to include a tld

from validator.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.