diff --git a/windows/route_exclusions_apps.json b/windows/route_exclusions_apps.json index 5a015ce..0265194 100644 --- a/windows/route_exclusions_apps.json +++ b/windows/route_exclusions_apps.json @@ -397,5 +397,62 @@ } ], "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/65" + }, + { + "name": "Riot Client", + "executable_names": [ + "RiotClientServices.exe", + "RiotClientUx.exe", + "RiotClientUxRender.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Riot Game league_of_legends.live" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Riot Game valorant.live" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/68" + }, + { + "name": "League of Legends", + "executable_names": [ + "LeagueClient.exe", + "LeagueClientUx.exe", + "LeagueClientUxRender.exe", + "League of Legends.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Riot Game league_of_legends.live" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Riot Games, Inc\\League of Legends" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/68" + }, + { + "name": "Riot Vanguard", + "executable_names": [ + "vgc.exe", + "vgm.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\vgc" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Riot Vanguard\\vgc.exe" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/68" } ]