diff options
| author | George Hazan <ghazan@miranda.im> | 2020-12-03 19:49:35 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-12-03 19:49:35 +0300 |
| commit | ddade34e808330a64902d55fdbcb496c576599db (patch) | |
| tree | 46cf2be358b1f602c8e231d781b38f2dd35990cf /protocols | |
| parent | 360c80ddd03d84b257bb797463fceffa545c1139 (diff) | |
attempt to fix #2575 (error 404 while opening Discord gateway connection)
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/Discord/src/gateway.cpp | 1 | ||||
| -rw-r--r-- | protocols/WhatsAppWeb/src/server.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Discord/src/gateway.cpp b/protocols/Discord/src/gateway.cpp index 747915fd1d..042922bf31 100644 --- a/protocols/Discord/src/gateway.cpp +++ b/protocols/Discord/src/gateway.cpp @@ -45,7 +45,6 @@ bool CDiscordProto::GatewayThreadWorker() NETLIBHTTPHEADER hdrs[] = { { "Origin", "https://discord.com" }, - { "Sec-WebSocket-Key", "xkGAFcWD1fSJp6o0tceQOg==" }, { 0, 0 } }; diff --git a/protocols/WhatsAppWeb/src/server.cpp b/protocols/WhatsAppWeb/src/server.cpp index 5fed264e36..ac84c5ff46 100644 --- a/protocols/WhatsAppWeb/src/server.cpp +++ b/protocols/WhatsAppWeb/src/server.cpp @@ -368,7 +368,6 @@ bool WhatsAppProto::ServerThreadWorker() NETLIBHTTPHEADER hdrs[] = { { "Origin", "https://web.whatsapp.com" }, - { "Sec-WebSocket-Key", "k/hwJLznKpk3p2hxyYGzWA==" }, { 0, 0 } }; |
