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" } ]