An open API service indexing awesome lists of open source software.

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

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
```