From 2ee31471ce3b624b5503bcc9c62fbe6783192c45 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Fri, 1 Dec 2017 14:05:34 +0100 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb13d922..4e034db0 100644 --- a/package.json +++ b/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 ",