mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
Version 0.4.0
- CI & 100% test coverage - Do not crash when a malformed HTTP response is received. - Remove getHandler (its documented form was broken anyway). - Allow custom help file to be set. - Add option to redirect same-origin requests instead of proxying them.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cors-anywhere",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"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