Compare commits

..

No commits in common. "patch-3" and "gui" have entirely different histories.
patch-3 ... gui

View File

@ -137,23 +137,6 @@ namespace Partypacker.Net
MainWindow.settings.GetValue("Launcher", "apiurl") ?? "https://partypack.mcthe.dev";
#endif
// dont let epic know things
if (oSession.HostnameIs("datarouter.ol.epicgames.com")) {
if (oSession.HTTPMethodIs("CONNECT"))
{
oSession["x-replywithtunnel"] = "FortniteTunnel";
return;
}
oSession.utilCreateResponseAndBypassServer();
oSession.responseCode = 204;
return;
} else if (oSession.PathAndQuery.StartsWith("/api/v2/games/FNFestival/leaderboards/") || oSession.PathAndQuery.StartsWith("/api/v1/leaderboards/FNFestival/")) {
oSession.utilCreateResponseAndBypassServer();
oSession.responseCode = 404;
return;
}
if (oSession.PathAndQuery.Contains("/content/api/pages/fortnite-game")
|| oSession.HostnameIs("cdn.qstv.on.epicgames.com")
|| oSession.PathAndQuery.Contains("/master.blurl")
@ -168,7 +151,6 @@ namespace Partypacker.Net
}
oSession.RequestHeaders.Add("X-Partypack-Token", Token);
oSession.RequestHeaders.Remove("Authorization");
if (oSession.PathAndQuery.Contains("/master.blurl")
|| oSession.PathAndQuery.Contains("/main.blurl"))