We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
By default, access to all files is allowed (including dot files). If you'd prefer certain routes were forbidden, use --blacklist:
--blacklist
$ ws --blacklist '*.json' '*.php' Serving at http://mbp.local:8000, http://127.0.0.1:8000, http://192.168.0.100:8000
In a separate terminal:
$ curl -I http://127.0.0.1:8000/something.php HTTP/1.1 403 Forbidden Vary: Origin Date: Wed, 21 Jun 2017 12:25:16 GMT Connection: keep-alive