mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
f01bee2189
- Allow WebSocket connections from private networks when no origins configured - Fixes "connection lost" errors for Docker users accessing from LAN IPs - Maintains security by only allowing RFC1918 private IPs and local domains - Users can still explicitly set ALLOWED_ORIGINS for stricter control - Addresses issue #214 where Docker users couldn't connect via WebSocket