# cloudflare-workers

This sub-project houses Cloudflare workers code.

In general each worker should have at least:

- `worker-name/wrangler.toml`
- `worker-name/src/index.js`

## Current Workers:

- `hcaptcha-worker` -- first-party proxy for HCaptcha scripts and assets to mitigate CORS issues. Follows setup here: https://docs.hcaptcha.com/enterprise/first_party/
