Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
Rob--W committed Dec 1, 2017
1 parent b419acc commit 2ee3147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -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>",
Expand Down

0 comments on commit 2ee3147

Please sign in to comment.