From 4f5ab92af105cff75db4ddabf253d60445664ed7 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Fri, 28 Aug 2026 15:23:55 +0400 Subject: [PATCH] feat: add Wand to HTTP filtering exclusions WeMod rebranded to Wand; disable traffic filtering by default for the Wand process tree. GH issue #73. --- windows/http_filtering_exclusions_apps.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/windows/http_filtering_exclusions_apps.json b/windows/http_filtering_exclusions_apps.json index fe46ce5..0d57cf0 100644 --- a/windows/http_filtering_exclusions_apps.json +++ b/windows/http_filtering_exclusions_apps.json @@ -66,5 +66,20 @@ ], "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/58", "private_issue_id": "AG-57970" + }, + { + "name": "Wand", + "executable_names": [ + "Wand.exe", + "WandAuxiliaryService.exe", + "WeMod.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Wand\\Update.exe" + } + ], + "public_issue_url": "https://github.com/AdguardTeam/CompatibilityIssues/issues/73" } ]