Verify what runs on this site
Story tips and notification troubleshooting reports are handled by code in our public GitHub repository. This page shows the exact commit baked into the current deployment so you can inspect the handler yourself.
Story tip handler files
- web/src/pages/submit-a-tip.astro
- web/src/pages/api/story-tips.ts
- web/src/lib/story-tips.ts
- web/src/lib/tips-db.ts
- web/src/lib/turnstile.ts
What this proves
- The form you see is served from the same Worker build that exposes this commit SHA.
- Anonymous story tips are stored without contact fields when you choose anonymous mode — see
web/src/lib/story-tips.ts(tips database). - Notification diagnostic reports store a sanitized snapshot in the subscriptions database — see
web/src/lib/notification-diagnostics-server.ts. - Neither handler writes IP addresses to Turso. Cloudflare may process requests at the edge per our privacy policy.
Generated at deploy time. JSON payload timestamp: 2026-08-11T16:37:59.481Z.