You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
oabrivard da8603c57c fix: allow Turnstile connect-src in CSP to prevent hanging requests
The CSP had connect-src 'self' which blocked Cloudflare Turnstile's
internal fetch requests to challenges.cloudflare.com, causing them to
hang indefinitely and triggering a page reload loop.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 months ago
.claude
audits/2026-03-27 Fixe Markdown lint issues 5 months ago
backend fix: allow Turnstile connect-src in CSP to prevent hanging requests 5 months ago
docs fix: resolve all markdownlint errors (blank lines, table spacing, bare URLs) 5 months ago
e2e fix: return 204 No Content from preferred sources endpoint 5 months ago
frontend fix: use fresh Turnstile token for resend on Login and Register pages 5 months ago
scripts fix: run seed.ts before E2E tests to create test users and sessions 6 months ago
.env.example Updated port mapping in docker config 5 months ago
.gitignore
.markdownlint.json fix: resolve all markdownlint errors (blank lines, table spacing, bare URLs) 5 months ago
AGENTS.md
CLAUDE.md fix: pass Turnstile sitekey to frontend Docker build 5 months ago
docker-compose.yml fix: pass Turnstile sitekey to frontend Docker build 5 months ago