https://github.com/spicetify/cors-proxy
A CORS proxy that keeps your Spicetify experience solid.
https://github.com/spicetify/cors-proxy
Last synced: 12 months ago
JSON representation
A CORS proxy that keeps your Spicetify experience solid.
- Host: GitHub
- URL: https://github.com/spicetify/cors-proxy
- Owner: spicetify
- License: mit
- Created: 2024-02-14T23:12:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T13:39:06.000Z (over 1 year ago)
- Last Synced: 2025-06-07T21:13:32.944Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://cors-proxy-lyart.vercel.app
- Size: 143 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cors-proxy
Simple reverse proxy to bypass CORS, used by [spicetify](https://spicetify.app).
---
### 🚀 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.