Version 0.4.1

- Add ability to rate-limit/block requests by origin (#45).
- Avoid crashing on invalid HTTP status codes (#95).
- Support and test coverage for latest Node.js versions (up to 9).
- Support `Access-Control-Max-Age` via `corsMaxAge` option.
- Listen on `0.0.0.0:8080` by default instead of `127.0.0.1:8080`.
  (use `HOST` and `PORT` environment variables to override this).
- Update gTLD list.
This commit is contained in:
Rob Wu
2017-12-01 14:05:34 +01:00
parent b419acc6e5
commit 2ee31471ce

View File

@@ -1,6 +1,6 @@
{
"name": "cors-anywhere",
"version": "0.4.0",
"version": "0.4.1",
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
"license": "MIT",
"author": "Rob Wu <rob@robwu.nl>",