mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
0dfe3d16b3
1. Secure /socket.io/ endpoint - Previously allowed unauthenticated WebSocket upgrades via transport=websocket - Now enforces CheckAuth() before upgrade 2. Secure /api/test-notification - Previously unauthenticated and allowed broadcasting to all clients - Now requires Admin + settings:write scope 3. Secure /simple-stats - Added authentication requirement (was public)