From f494c80e821e7afd7aedd1534fccb8afc0685f05 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Tue, 1 Sep 2026 12:55:35 +0400 Subject: [PATCH] feat: add RStudio and Forza Horizon 6 to route exclusions (#77) --- windows/route_exclusions_apps.json | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/windows/route_exclusions_apps.json b/windows/route_exclusions_apps.json index 1a3b5be..cf75f1e 100644 --- a/windows/route_exclusions_apps.json +++ b/windows/route_exclusions_apps.json @@ -485,5 +485,36 @@ } ], "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/68" + }, + { + "name": "RStudio", + "executable_names": [ + "rstudio.exe", + "rsession.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\RStudio" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\RStudio" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/77" + }, + { + "name": "Forza Horizon 6", + "executable_names": [ + "forzahorizon6.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 2483190" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/77" } ]