Fix Firefox CSP upgrading ws:// to wss:// for local WebSocket connections
CI / Build & Test (push) Successful in 2m58s
CI / Build & Test (push) Successful in 2m58s
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.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user