mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
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:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user