mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-29 23:27:06 +02:00
[net] ban api.epicgames.dev domain (#3999)
Adding 'api.epicgames.dev' to the banlist, as instructed by lizzie. MCI insists on connection and randomly crashes at Network::Poll(...). Airplane mode would do, but then the DLC gets unavailable. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3999 Reviewed-by: Maufeat <sahyno1996@gmail.com> Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
9b18d0b111
commit
83683440b2
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ static const constexpr std::array blockedDomains = {
|
||||||
"microsoft.com", //minecraft dungeons + other games
|
"microsoft.com", //minecraft dungeons + other games
|
||||||
"mojang.com",
|
"mojang.com",
|
||||||
"xboxlive.com",
|
"xboxlive.com",
|
||||||
|
"api.epicgames.dev", // marvel cosmic invasion +?
|
||||||
"minecraftservices.com"
|
"minecraftservices.com"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue