Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 430 Bytes

cors-proxy

Simple reverse proxy to bypass CORS, used by spicetify.


🚀 Features

  • Deployable on many platforms - thanks to nitro
  • header rewrites - read and write protected headers
  • bypass CORS - always allows browser to send requests through it

📦 Supported platforms

  • cloudflare workers
  • nodejs

Note: As we are using Nitro, more platforms can be added easily, if needed.