d607803e86
Check Cross-Plugin Imports / check (push) Has been cancelled
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.