mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 23:16:51 +00:00
- Add checkRateLimit option to the API. - Extend the default server.js with environment variables CORSANYWHERE_WHITELIST (re-using originWhitelist) and CORSANYWHERE_RATELIMIT (using the new checkRateLimit option) to make it easy to enforce usage limits. - Document that Heroku doesn't want open proxies.