Files
leocrm/app/plugins/builtins/kommunikation
Agent Zero d607803e86
Check Cross-Plugin Imports / check (push) Has been cancelled
fix: WebSocket 403 — SameSite=Strict blocked session cookie on WS connections
Root cause: session_cookie_samesite was 'strict' which prevents the
browser from sending the session cookie on WebSocket upgrade requests.
Changed to 'lax' which allows WebSocket cookies while still blocking
cross-site POST CSRF attacks.

Also removed debug logging from kommunikation routes.
2026-07-27 02:23:25 +02:00
..