Commit 4dbafcc
Simplify watch WebSocket URL: always use ws:// since watch never serves HTTPS
fsdocs watch binds to HTTP only (no SSL certs), so window.location.protocol
can never be 'https:'. The wss: branch was dead code. Simplify to a direct
ws:// URI using window.location.host.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c0698cd commit 4dbafcc
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | | - | |
826 | | - | |
| 825 | + | |
827 | 826 | | |
828 | 827 | | |
829 | 828 | | |
| |||
0 commit comments