Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions windows/route_exclusions_apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]