mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-24 07:26:48 +00:00
Version 0.4.2
- Reject invalid URLs earlier instead of trying to continue with the request (and failing anyway). - Explicitly close the response when an error occurs for Node 13+. - Update tests to cover up to Node 14 (was up to 9).
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cors-anywhere",
|
"name": "cors-anywhere",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
|
"description": "CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Rob Wu <rob@robwu.nl>",
|
"author": "Rob Wu <rob@robwu.nl>",
|
||||||
|
|||||||
Reference in New Issue
Block a user