From 86025818ef2ec6c4abfc6b0915c6cce9aee696a3 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Thu, 9 Jul 2026 16:34:13 +0400 Subject: [PATCH] Add GitHub Desktop routing exclusion (issue #37) --- windows/route_exclusions_apps.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/windows/route_exclusions_apps.json b/windows/route_exclusions_apps.json index c1f5659..5921474 100644 --- a/windows/route_exclusions_apps.json +++ b/windows/route_exclusions_apps.json @@ -286,5 +286,18 @@ } ], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "name": "GitHub Desktop", + "executable_names": [ + "GitHubDesktop.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\GitHubDesktop" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/37" } ]