Files
holesail-browser/releases
Raven Scott 99782ce209
CI / Build & Test (push) Successful in 2m58s
Fix Firefox CSP upgrading ws:// to wss:// for local WebSocket connections
Firefox's default MV3 CSP includes upgrade-insecure-requests, which upgrades
ws://127.0.0.1 to wss:// and breaks SSH/RDP WebSocket connections to the
local native host. Add explicit content_security_policy to manifest_firefox.json
allowing ws://127.0.0.1:* and http://127.0.0.1:* on extension pages.
2026-03-03 03:18:17 -05:00
..