From 85fd93aaa67333a322d166b4203d5a0e50725f80 Mon Sep 17 00:00:00 2001 From: Milxnor Date: Thu, 1 Jun 2023 18:18:54 -0400 Subject: [PATCH] Add ak.epicgames.com (not required) --- Cobalt/curlhook.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cobalt/curlhook.h b/Cobalt/curlhook.h index 527b259..6140e58 100644 --- a/Cobalt/curlhook.h +++ b/Cobalt/curlhook.h @@ -62,7 +62,8 @@ inline CURLcode CurlEasySetOptDetour(struct Curl_easy* data, CURLoption tag, ... || uri.Host.ends_with(XOR(".akamaized.net")) || uri.Host.ends_with(XOR("on.epicgames.com")) || uri.Host.ends_with(XOR("game-social.epicgames.com")) - || uri.Host.contains(XOR("superawesome.com"))) + || uri.Host.contains(XOR("superawesome.com")) + || uri.Host.contains(XOR("ak.epicgames.com"))) { if (CobaltUsage == ECobaltUsage::Private) {