https://github.com/virenbar/cloudflare-cors-proxy
Simple CORS proxy for cloudflare workers
https://github.com/virenbar/cloudflare-cors-proxy
cloudflare-workers cors-proxy
Last synced: 8 months ago
JSON representation
Simple CORS proxy for cloudflare workers
- Host: GitHub
- URL: https://github.com/virenbar/cloudflare-cors-proxy
- Owner: Virenbar
- License: mit
- Created: 2022-10-19T21:16:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T08:46:25.000Z (over 3 years ago)
- Last Synced: 2025-03-18T18:58:10.598Z (about 1 year ago)
- Topics: cloudflare-workers, cors-proxy
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudflare-cors-proxy
Simple CORS proxy for cloudflare workers
## Deploying
1. Change `id` in `kv_namespaces` to your Namespace ID
Namespace should contain `whitelist` key with array of domains (`["example.org","..."]`)
2. Deploy
```bash
yarn run deploy
```