summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Discord/src/gateway.cpp1
-rw-r--r--protocols/WhatsAppWeb/src/server.cpp1
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 }
};