Skip to content

Commit 2ee3147

Browse files
committed
Version 0.4.1
- Add ability to rate-limit/block requests by origin (Rob--W#45). - Avoid crashing on invalid HTTP status codes (Rob--W#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.
1 parent b419acc commit 2ee3147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cors-anywhere",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
55
"license": "MIT",
66
"author": "Rob Wu <rob@robwu.nl>",

0 commit comments

Comments
 (0)