From a227c5645342a9738dad6d4c7cf2c83556baf8e5 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Tue, 21 Oct 2025 16:58:29 +0400 Subject: [PATCH 01/22] Add a list of Windows apps with known compatibility issues --- windows/apps.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 windows/apps.txt diff --git a/windows/apps.txt b/windows/apps.txt new file mode 100644 index 0000000..2612f9c --- /dev/null +++ b/windows/apps.txt @@ -0,0 +1,32 @@ +// KakaoTalk (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) +KakaoTalk.exe +// Windscribe (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) +Windscribe.exe +WindscribeService.exe +// Ubisoft Connect (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) +upc.exe +UplayWebCore.exe +// Steam (https://github.com/AdguardTeam/AdguardForWindows/issues/5416) +steam.exe +steamservice.exe +steamwebhelper.exe +// Discord (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) +Discord.exe +// iTunes (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) +iTunes.exe +iTunesVisualizerHost.exe +// Apple Music (error when Authorizing device) +AppleMusic.exe +AMPLibraryAgent.exe +// iCloud (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) +iCloudHome.exe +iCloudCKKS.exe +ApplePhotoStreams.exe +APSDaemon.exe +secd.exe +// Star Wars - The Old Republic (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) +swtor.exe +// Atom (https://github.com/AdguardTeam/AdguardForWindows/issues/2988) +atom.exe +// Flutter (https://github.com/AdguardTeam/AdguardForWindows/issues/5553) +dart.exe \ No newline at end of file From 38131150d79903eb6abb5148941853f383716e04 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Wed, 22 Oct 2025 01:51:08 +0400 Subject: [PATCH 02/22] Updated README.md and separated the app.txt into filtering and routing exclusions. --- README.md | 8 +++++++- windows/browsers.txt | 1 + windows/filtering_exclusions.json | 16 +++++++++++++++ windows/routing_exclusions.json | 33 +++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 windows/browsers.txt create mode 100644 windows/filtering_exclusions.json create mode 100644 windows/routing_exclusions.json diff --git a/README.md b/README.md index fb6ddc5..1d5c6fa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Although we strive to maintain a high quality of filtering primarily through rul ## What AdGuard applications use these filtering lists? -Currently, they apply to AdGuard for Android. +Currently, they apply to AdGuard for Android and AdGuard for Windows. ## How do these lists get updated in the AdGuard apps? @@ -77,3 +77,9 @@ Here’s a simple steps to help you sort things out. - [`ipv4_routes_exclusions_fujitsu.txt`](android/routes_exclusions/ipv4_routes_exclusions_fujitsu.txt) - A list of IPv4 ranges excluded from routing on problematic devices. This list applies on Fujitsu devices: F-01J, F-01K, F-01L, F-02H, F-03H, F-03K, F-04H, F-04K. - [`ipv6_routes_exclusions.txt`](android/routes_exclusions/ipv6_routes_exclusions.txt) - A list of IPv6 ranges excluded from routing. + +## Compatibility configuration for AdGuard for Windows + +- [`filtering_exclusions.json`](windows/filtering_exclusions.json) - A list app executables where traffic filtering is disabled (App Management -> Filter traffic). + +- [`routing_exclusions.json`](windows/routing_exclusions.json) - A list app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). diff --git a/windows/browsers.txt b/windows/browsers.txt new file mode 100644 index 0000000..2247400 --- /dev/null +++ b/windows/browsers.txt @@ -0,0 +1 @@ +// List of browsers supported by AdGuard \ No newline at end of file diff --git a/windows/filtering_exclusions.json b/windows/filtering_exclusions.json new file mode 100644 index 0000000..d735730 --- /dev/null +++ b/windows/filtering_exclusions.json @@ -0,0 +1,16 @@ +[ + { + "executable_name": "Discord.exe", + "private_issue_id": "AG-43457", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5524" + }, + { + "executable_name": "atom.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/2988" + }, + { + "executable_name": "upc.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611", + "private_issue_id": "AG-45307" + } +] \ No newline at end of file diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json new file mode 100644 index 0000000..8bd279b --- /dev/null +++ b/windows/routing_exclusions.json @@ -0,0 +1,33 @@ +[ + { + "executable_name": "iTunes.exe", + "private_issue_id": "AG-47576" + }, + { + "executable_name": "AppleMusic.exe", + "private_issue_id": "AG-47576" + }, + { + "executable_name": "iCloudHome.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5523", + "private_issue_id": "AG-43455" + }, + { + "executable_name": "dart.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5553", + "private_issue_id": "AG-44280" + }, + { + "executable_name": "Windscribe.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611", + "private_issue_id": "AG-45307" + }, + { + "executable_name": "KakaoTalk.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "upc.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + } +] \ No newline at end of file From f54a9bf46192878ea9531428c84a0b6e1c369413 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Wed, 22 Oct 2025 01:51:12 +0400 Subject: [PATCH 03/22] Updated README.md and separated the app.txt into filtering and routing exclusions. --- windows/apps.txt | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 windows/apps.txt diff --git a/windows/apps.txt b/windows/apps.txt deleted file mode 100644 index 2612f9c..0000000 --- a/windows/apps.txt +++ /dev/null @@ -1,32 +0,0 @@ -// KakaoTalk (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) -KakaoTalk.exe -// Windscribe (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) -Windscribe.exe -WindscribeService.exe -// Ubisoft Connect (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) -upc.exe -UplayWebCore.exe -// Steam (https://github.com/AdguardTeam/AdguardForWindows/issues/5416) -steam.exe -steamservice.exe -steamwebhelper.exe -// Discord (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) -Discord.exe -// iTunes (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) -iTunes.exe -iTunesVisualizerHost.exe -// Apple Music (error when Authorizing device) -AppleMusic.exe -AMPLibraryAgent.exe -// iCloud (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) -iCloudHome.exe -iCloudCKKS.exe -ApplePhotoStreams.exe -APSDaemon.exe -secd.exe -// Star Wars - The Old Republic (https://github.com/AdguardTeam/AdguardForWindows/issues/5611) -swtor.exe -// Atom (https://github.com/AdguardTeam/AdguardForWindows/issues/2988) -atom.exe -// Flutter (https://github.com/AdguardTeam/AdguardForWindows/issues/5553) -dart.exe \ No newline at end of file From eb60a8d6e93efd83d3d282ded1ff6dd774fa9acb Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Wed, 22 Oct 2025 18:06:46 +0400 Subject: [PATCH 04/22] Updated README.md with browsers.txt description. File extension is not decided on yet. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d5c6fa..0e7d2c9 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,6 @@ Here’s a simple steps to help you sort things out. - [`filtering_exclusions.json`](windows/filtering_exclusions.json) - A list app executables where traffic filtering is disabled (App Management -> Filter traffic). - [`routing_exclusions.json`](windows/routing_exclusions.json) - A list app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). + +- [`browsers.txt`](windows/browsers.txt) - A list of browsers where traffic filtering is enabled by default. + From 7ed3212b55da21758956299ed7cf90151ba554fd Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Thu, 23 Oct 2025 18:59:53 +0400 Subject: [PATCH 05/22] Remove upc.exe from routing_exclusions.json --- windows/routing_exclusions.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 8bd279b..7f560ce 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -25,9 +25,5 @@ { "executable_name": "KakaoTalk.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" - }, - { - "executable_name": "upc.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" } ] \ No newline at end of file From c1ff39c732483b8791957a7e1afdcd3c1f40906d Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Tue, 28 Oct 2025 18:25:19 +0400 Subject: [PATCH 06/22] Add the logioptionsplus.exe, logioptionsplus_updater.exe and nvcontainer.exe to routing_exclusions.json --- windows/routing_exclusions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 7f560ce..c24f65d 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -25,5 +25,17 @@ { "executable_name": "KakaoTalk.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "logioptionsplus.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "logioptionsplus_updater.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "nvcontainer.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" } ] \ No newline at end of file From 171dd6a44765fa8c4dd3e838f2ec88e40a6f7c23 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Thu, 30 Oct 2025 13:33:45 +0400 Subject: [PATCH 07/22] Add the requested apps from https://github.com/AdguardTeam/AdguardForWindows/issues/5611 to routing_exclusions.json --- windows/routing_exclusions.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index c24f65d..1548972 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -37,5 +37,21 @@ { "executable_name": "nvcontainer.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "NVIDIA app.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "GCC.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "MicrosoftEdgeUpdate.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "logioptionsplus_updater.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" } ] \ No newline at end of file From 0d5e5190367f03f285cb7ac44aee1fbcbbde6788 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Wed, 5 Nov 2025 17:04:54 +0500 Subject: [PATCH 08/22] Add the requested app from https://github.com/AdguardTeam/AdguardForWindows/issues/5705 to routing_exclusions.json --- windows/routing_exclusions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 1548972..73f082c 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -53,5 +53,9 @@ { "executable_name": "logioptionsplus_updater.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" + }, + { + "executable_name": "zenserver.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5705" } ] \ No newline at end of file From 7fee12860ca1850fe5f5f0badf17fd3775dea9a5 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Mon, 10 Nov 2025 17:50:53 +0400 Subject: [PATCH 09/22] Add the requested app from https://github.com/AdguardTeam/AdguardForWindows/issues/5725 to routing_exclusions.json --- windows/routing_exclusions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 73f082c..cda24ff 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -57,5 +57,9 @@ { "executable_name": "zenserver.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5705" + }, + { + "executable_name": "Battle.net.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5725" } ] \ No newline at end of file From f854635de18cd1b644371fd2705b1fae8e4df496 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Mon, 10 Nov 2025 18:06:37 +0400 Subject: [PATCH 10/22] Add the requested app from https://github.com/AdguardTeam/AdguardForWindows/issues/5719 to routing_exclusions.json --- windows/routing_exclusions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index cda24ff..c2cf414 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -58,8 +58,20 @@ "executable_name": "zenserver.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5705" }, + { + "executable_name": "Battle.net.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5721" + }, { "executable_name": "Battle.net.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5725" + }, + { + "executable_name": "devenv.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5719" + }, + { + "executable_name": "devenv.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5719" } ] \ No newline at end of file From 89d521ed0f7440b6214bbafd36f43192b1b8a6b8 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Mon, 10 Nov 2025 18:10:45 +0400 Subject: [PATCH 11/22] Add the requested app from https://github.com/AdguardTeam/AdguardForWindows/issues/5719 and https://github.com/AdguardTeam/AdguardForWindows/issues/5721 to routing_exclusions.json --- windows/routing_exclusions.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index c2cf414..1a48221 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -62,14 +62,6 @@ "executable_name": "Battle.net.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5721" }, - { - "executable_name": "Battle.net.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5725" - }, - { - "executable_name": "devenv.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5719" - }, { "executable_name": "devenv.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5719" From e67ce879dddbedb5a4d7310f2ef5fc3936433faa Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Fri, 26 Dec 2025 14:10:25 +0400 Subject: [PATCH 12/22] Add the requested app from https://github.com/AdguardTeam/AdguardForWindows/issues/5773 to routing_exclusions.json --- windows/routing_exclusions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 1a48221..7dabe41 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -65,5 +65,9 @@ { "executable_name": "devenv.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5719" + }, + { + "executable_name": "AutoUpdate.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5773" } ] \ No newline at end of file From 346367631838f6b6e0ef8ed6800d1f941420d58c Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Fri, 26 Dec 2025 17:17:00 +0400 Subject: [PATCH 13/22] Add the requested app from https://github.com/AdguardTeam/AdguardForWindows/issues/5764 to routing_exclusions.json --- windows/routing_exclusions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 7dabe41..481f3eb 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -69,5 +69,9 @@ { "executable_name": "AutoUpdate.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5773" + }, + { + "executable_name": "VirtualBoxVM.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5764" } ] \ No newline at end of file From c7bb1f3ea8f1b2e5976460c5f57869711bc38491 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Tue, 30 Dec 2025 17:52:17 +0400 Subject: [PATCH 14/22] Add the requested app from https://github.com/AdguardTeam/AdguardForWindows/issues/5794 to routing_exclusions.json --- windows/routing_exclusions.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 481f3eb..85a9263 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -73,5 +73,37 @@ { "executable_name": "VirtualBoxVM.exe", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5764" + }, + { + "executable_name": "steamerrorreporter64.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "executable_name": "steamwebhelper.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "executable_name": "steamwebhelper64.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "executable_name": "steamservice.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "executable_name": "steam.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "executable_name": "TslGame_ZK.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "executable_name": "TslGame.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" + }, + { + "executable_name": "ExecPubg.exe", + "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" } ] \ No newline at end of file From ef414547e60640b2515d461ef2be36568ea634f9 Mon Sep 17 00:00:00 2001 From: Boris Bukin Date: Tue, 10 Feb 2026 11:29:25 +0300 Subject: [PATCH 15/22] add jsons --- README.md | 15 ++- windows/browsers.txt | 1 - windows/filtering_exclusions.json | 21 +++- windows/routing_exclusions.json | 165 +++++++++++++++++++++--------- 4 files changed, 147 insertions(+), 55 deletions(-) delete mode 100644 windows/browsers.txt diff --git a/README.md b/README.md index 0e7d2c9..d0cbb50 100644 --- a/README.md +++ b/README.md @@ -84,5 +84,18 @@ Here’s a simple steps to help you sort things out. - [`routing_exclusions.json`](windows/routing_exclusions.json) - A list app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). -- [`browsers.txt`](windows/browsers.txt) - A list of browsers where traffic filtering is enabled by default. +- [`browsers.json`](windows/browsers.json) - A list of browsers where https traffic filtering is enabled by default (App Management -> Filter HTTPS traffic). + +### Application model structure + +Each application entry in the JSON files uses the following structure: + +- `name` - Application or browser display name +- `file_description` - File description (optional, can be empty) +- `executable_names` - Array of executable file names associated with the application +- `installed_conditions` - Array of conditions to detect if the application is installed. Each condition has: + - `type` - Type of condition: `"RegistryKey"` or `"FilePath"` + - `pattern` - Registry key path or file path pattern (supports environment variables like `%LOCALAPPDATA%`, `%PROGRAMFILES%`, etc.) +- `public_issue_url` - Link to the public GitHub issue (optional) +- `private_issue_id` - Internal issue ID (optional) diff --git a/windows/browsers.txt b/windows/browsers.txt deleted file mode 100644 index 2247400..0000000 --- a/windows/browsers.txt +++ /dev/null @@ -1 +0,0 @@ -// List of browsers supported by AdGuard \ No newline at end of file diff --git a/windows/filtering_exclusions.json b/windows/filtering_exclusions.json index d735730..afd408a 100644 --- a/windows/filtering_exclusions.json +++ b/windows/filtering_exclusions.json @@ -1,15 +1,30 @@ [ { - "executable_name": "Discord.exe", + "name": "Discord", + "file_description": "", + "executable_names": [ + "Discord.exe" + ], + "installed_conditions": [], "private_issue_id": "AG-43457", "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5524" }, { - "executable_name": "atom.exe", + "name": "Atom", + "file_description": "", + "executable_names": [ + "atom.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/2988" }, { - "executable_name": "upc.exe", + "name": "Ubisoft Connect", + "file_description": "", + "executable_names": [ + "upc.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611", "private_issue_id": "AG-45307" } diff --git a/windows/routing_exclusions.json b/windows/routing_exclusions.json index 85a9263..fb81b72 100644 --- a/windows/routing_exclusions.json +++ b/windows/routing_exclusions.json @@ -1,109 +1,174 @@ [ { - "executable_name": "iTunes.exe", + "name": "iTunes", + "file_description": "", + "executable_names": [ + "iTunes.exe" + ], + "installed_conditions": [], "private_issue_id": "AG-47576" }, { - "executable_name": "AppleMusic.exe", + "name": "Apple Music", + "file_description": "", + "executable_names": [ + "AppleMusic.exe" + ], + "installed_conditions": [], "private_issue_id": "AG-47576" }, { - "executable_name": "iCloudHome.exe", + "name": "iCloud", + "file_description": "", + "executable_names": [ + "iCloudHome.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5523", "private_issue_id": "AG-43455" }, { - "executable_name": "dart.exe", + "name": "Dart", + "file_description": "", + "executable_names": [ + "dart.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5553", "private_issue_id": "AG-44280" }, { - "executable_name": "Windscribe.exe", + "name": "Windscribe", + "file_description": "", + "executable_names": [ + "Windscribe.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611", "private_issue_id": "AG-45307" }, { - "executable_name": "KakaoTalk.exe", + "name": "KakaoTalk", + "file_description": "", + "executable_names": [ + "KakaoTalk.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { - "executable_name": "logioptionsplus.exe", + "name": "Logi Options+", + "file_description": "", + "executable_names": [ + "logioptionsplus.exe", + "logioptionsplus_updater.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { - "executable_name": "logioptionsplus_updater.exe", + "name": "NVIDIA Container", + "file_description": "", + "executable_names": [ + "nvcontainer.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { - "executable_name": "nvcontainer.exe", + "name": "NVIDIA App", + "file_description": "", + "executable_names": [ + "NVIDIA app.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { - "executable_name": "NVIDIA app.exe", + "name": "GCC", + "file_description": "", + "executable_names": [ + "GCC.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { - "executable_name": "GCC.exe", + "name": "Microsoft Edge Update", + "file_description": "", + "executable_names": [ + "MicrosoftEdgeUpdate.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" }, { - "executable_name": "MicrosoftEdgeUpdate.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" - }, - { - "executable_name": "logioptionsplus_updater.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5611" - }, - { - "executable_name": "zenserver.exe", + "name": "ZenServer", + "file_description": "", + "executable_names": [ + "zenserver.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5705" }, { - "executable_name": "Battle.net.exe", + "name": "Battle.net", + "file_description": "", + "executable_names": [ + "Battle.net.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5721" }, { - "executable_name": "devenv.exe", + "name": "Visual Studio", + "file_description": "", + "executable_names": [ + "devenv.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5719" }, { - "executable_name": "AutoUpdate.exe", + "name": "AutoUpdate", + "file_description": "", + "executable_names": [ + "AutoUpdate.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5773" }, { - "executable_name": "VirtualBoxVM.exe", + "name": "VirtualBox", + "file_description": "", + "executable_names": [ + "VirtualBoxVM.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5764" }, { - "executable_name": "steamerrorreporter64.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" - }, - { - "executable_name": "steamwebhelper.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" - }, - { - "executable_name": "steamwebhelper64.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" - }, - { - "executable_name": "steamservice.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" - }, - { - "executable_name": "steam.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" - }, - { - "executable_name": "TslGame_ZK.exe", - "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" - }, - { - "executable_name": "TslGame.exe", + "name": "Steam", + "file_description": "", + "executable_names": [ + "steam.exe", + "steamservice.exe", + "steamwebhelper.exe", + "steamwebhelper64.exe", + "steamerrorreporter64.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" }, { - "executable_name": "ExecPubg.exe", + "name": "PUBG", + "file_description": "", + "executable_names": [ + "TslGame.exe", + "TslGame_ZK.exe", + "ExecPubg.exe" + ], + "installed_conditions": [], "public_issue_url": "https://github.com/AdguardTeam/AdguardForWindows/issues/5794" } ] \ No newline at end of file From a94eddb139637bb76cf40263b246f07a5d281212 Mon Sep 17 00:00:00 2001 From: Boris Bukin Date: Tue, 10 Feb 2026 11:33:37 +0300 Subject: [PATCH 16/22] add browsers --- windows/browsers.json | 942 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 942 insertions(+) create mode 100644 windows/browsers.json diff --git a/windows/browsers.json b/windows/browsers.json new file mode 100644 index 0000000..e56a7e0 --- /dev/null +++ b/windows/browsers.json @@ -0,0 +1,942 @@ +[ + { + "name": "Google Chrome", + "file_description": "Google Chrome", + "executable_names": [ + "chrome.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Google Chrome" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Google Chrome" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Google\\Chrome SxS\\Application\\chrome.exe" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Google\\Chrome" + } + ] + }, + { + "name": "Chromium", + "file_description": "Chromium", + "executable_names": [ + "chrome.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Chromium" + } + ] + }, + { + "name": "Mozilla Firefox", + "file_description": "Firefox", + "executable_names": [ + "firefox.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Mozilla Firefox" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Nightly" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Mozilla\\Firefox Developer Edition" + }, + { + "type": "FilePath", + "pattern": "%APPDATA%\\Mozilla\\Firefox" + } + ] + }, + { + "name": "Internet Explorer", + "file_description": "", + "executable_names": [ + "iexplore.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall" + } + ] + }, + { + "name": "Safari", + "file_description": "", + "executable_names": [ + "safari.exe", + "webkit2webprocess.exe" + ], + "installed_conditions": [] + }, + { + "name": "Opera", + "file_description": "", + "executable_names": [ + "opera.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Opera" + }, + { + "type": "FilePath", + "pattern": "%APPDATA%\\Opera Software\\Opera Stable" + } + ] + }, + { + "name": "Microsoft Edge Legacy", + "file_description": "", + "executable_names": [ + "microsoftedgecp.exe", + "microsoftedge.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%windir%\\SystemApps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Microsoft\\Edge\\Application" + } + ] + }, + { + "name": "Microsoft Edge", + "file_description": "", + "executable_names": [ + "msedge.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Microsoft\\Edge Beta\\Application" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Microsoft\\Edge Beta\\Application" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Microsoft\\Edge Dev\\Application" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Microsoft\\Edge\\Application" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Microsoft\\Edge Dev\\Application" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Microsoft\\Edge\\Application" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Microsoft\\Edge SxS\\Application" + } + ] + }, + { + "name": "Maxthon", + "file_description": "", + "executable_names": [ + "maxthon.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Maxthon" + } + ] + }, + { + "name": "Yandex with voice assistant Alice", + "file_description": "Yandex with voice assistant Alice", + "executable_names": [ + "browser.exe", + "yabrowser.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Yandex\\YandexBrowser\\Application\\browser.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SYSTEM\\ControlSet001\\Services\\YandexBrowserService" + } + ] + }, + { + "name": "Sputnik", + "file_description": "Sputnik", + "executable_names": [ + "browser.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Sputnik\\Sputnik\\Application\\browser.exe" + } + ] + }, + { + "name": "Avira Scout", + "file_description": "", + "executable_names": [ + "Avira-Scout.exe" + ], + "installed_conditions": [] + }, + { + "name": "Netscape Navigator", + "file_description": "", + "executable_names": [ + "netscape.exe" + ], + "installed_conditions": [] + }, + { + "name": "Flock", + "file_description": "", + "executable_names": [ + "flock.exe" + ], + "installed_conditions": [] + }, + { + "name": "SRWare Iron", + "file_description": "SRWare Iron", + "executable_names": [ + "chrome.exe", + "iron.exe" + ], + "installed_conditions": [] + }, + { + "name": "Lunascape", + "file_description": "", + "executable_names": [ + "lunascape.exe" + ], + "installed_conditions": [] + }, + { + "name": "K-Meleon", + "file_description": "", + "executable_names": [ + "kmeleon.exe", + "k-meleon.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\K-Meleon" + } + ] + }, + { + "name": "GreenBrowser", + "file_description": "", + "executable_names": [ + "greenbrowser.exe" + ], + "installed_conditions": [] + }, + { + "name": "Orca", + "file_description": "", + "executable_names": [ + "orca.exe" + ], + "installed_conditions": [] + }, + { + "name": "MyIE", + "file_description": "", + "executable_names": [ + "myie.exe" + ], + "installed_conditions": [] + }, + { + "name": "Comodo Dragon", + "file_description": "", + "executable_names": [ + "dragon.exe" + ], + "installed_conditions": [] + }, + { + "name": "Chromodo", + "file_description": "", + "executable_names": [ + "chromodo.exe" + ], + "installed_conditions": [] + }, + { + "name": "SeaMonkey", + "file_description": "", + "executable_names": [ + "seamonkey.exe" + ], + "installed_conditions": [] + }, + { + "name": "Pale Moon", + "file_description": "", + "executable_names": [ + "palemoon.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Pale Moon" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\Pale Moon\\palemoon.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\PaleMoonURL" + } + ] + }, + { + "name": "Avant", + "file_description": "", + "executable_names": [ + "avant.exe", + "ybrowser.exe", + "xbrowser.exe", + "webkit.exe", + "gecko.exe" + ], + "installed_conditions": [] + }, + { + "name": "Nichrome", + "file_description": "", + "executable_names": [ + "nichrome.exe" + ], + "installed_conditions": [] + }, + { + "name": "FlashPeak SlimBrowser", + "file_description": "", + "executable_names": [ + "SBRender.exe" + ], + "installed_conditions": [] + }, + { + "name": "Waterfox", + "file_description": "", + "executable_names": [ + "waterfox.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%APPDATA%\\Waterfox" + } + ] + }, + { + "name": "Sleipnir", + "file_description": "", + "executable_names": [ + "sleipnir_engine_cv.exe" + ], + "installed_conditions": [] + }, + { + "name": "QtWeb Internet Browser", + "file_description": "", + "executable_names": [ + "QtWeb.exe" + ], + "installed_conditions": [] + }, + { + "name": "Comodo IceDragon", + "file_description": "", + "executable_names": [ + "icedragon.exe" + ], + "installed_conditions": [] + }, + { + "name": "CyberFox Browser", + "file_description": "", + "executable_names": [ + "cyberfox.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\8pecxstudios\\Cyberfox" + } + ] + }, + { + "name": "Tor", + "file_description": "", + "executable_names": [ + "tor.exe" + ], + "installed_conditions": [] + }, + { + "name": "Tor Browser", + "file_description": "Tor Browser", + "executable_names": [ + "tbb-firefox.exe", + "firefox.exe" + ], + "installed_conditions": [] + }, + { + "name": "Amigo", + "file_description": "", + "executable_names": [ + "amigo.exe" + ], + "installed_conditions": [] + }, + { + "name": "Superbird", + "file_description": "", + "executable_names": [ + "superbird.exe" + ], + "installed_conditions": [] + }, + { + "name": "360Browser", + "file_description": "", + "executable_names": [ + "360browser.exe" + ], + "installed_conditions": [] + }, + { + "name": "Maxthon Nitro", + "file_description": "", + "executable_names": [ + "MxNitro.exe" + ], + "installed_conditions": [] + }, + { + "name": "Vivaldi", + "file_description": "", + "executable_names": [ + "vivaldi.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Vivaldi\\Application\\vivaldi.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Vivaldi" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\SOFTWARE\\Vivaldi" + } + ] + }, + { + "name": "Kinza", + "file_description": "", + "executable_names": [ + "kinza.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Kinza" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Kinza\\Application\\kinza.exe" + } + ] + }, + { + "name": "Atom", + "file_description": "", + "executable_names": [ + "atom.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Mail.Ru Atom" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Mail.Ru\\Atom\\Application\\atom.exe" + } + ] + }, + { + "name": "Epic", + "file_description": "", + "executable_names": [ + "epic.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Epic Privacy Browser" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Epic Privacy Browser\\Application\\epic.exe" + } + ] + }, + { + "name": "Iridium", + "file_description": "", + "executable_names": [ + "iridium.exe" + ], + "installed_conditions": [] + }, + { + "name": "Slimjet", + "file_description": "", + "executable_names": [ + "slimjet.exe" + ], + "installed_conditions": [] + }, + { + "name": "7 Star Browser", + "file_description": "", + "executable_names": [ + "7chrome.exe" + ], + "installed_conditions": [] + }, + { + "name": "360 Chrome", + "file_description": "", + "executable_names": [ + "360chrome.exe" + ], + "installed_conditions": [] + }, + { + "name": "UC Browser", + "file_description": "", + "executable_names": [ + "UCBrowser.exe" + ], + "installed_conditions": [] + }, + { + "name": "Midori", + "file_description": "", + "executable_names": [ + "midori.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Midori" + } + ] + }, + { + "name": "Cent Browser", + "file_description": "Cent Browser", + "executable_names": [ + "chrome.exe", + "centbrowser.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\CentBrowser\\Application\\chrome.exe" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\CentBrowser\\Application\\centbrowser.exe" + } + ] + }, + { + "name": "Uran", + "file_description": "", + "executable_names": [ + "uran.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\uCozMedia\\Uran\\Application\\uran.exe" + } + ] + }, + { + "name": "Otter Browser", + "file_description": "", + "executable_names": [ + "otter-browser.exe" + ], + "installed_conditions": [] + }, + { + "name": "AOL Shield", + "file_description": "", + "executable_names": [ + "AOLShield.exe" + ], + "installed_conditions": [] + }, + { + "name": "Telekom-Browser 7.0", + "file_description": "", + "executable_names": [ + "Browser7.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Browser7.exe" + } + ] + }, + { + "name": "Brave", + "file_description": "", + "executable_names": [ + "Brave.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Brave" + } + ] + }, + { + "name": "Sidekick", + "file_description": "", + "executable_names": [ + "sidekick.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\SOFTWARE\\Sidekick" + } + ] + }, + { + "name": "HAL", + "file_description": "", + "executable_names": [ + "Hal.exe" + ], + "installed_conditions": [] + }, + { + "name": "Salam Browser", + "file_description": "Salam", + "executable_names": [ + "chrome.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\SBRO\\Update\\proxy\\source" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\SBRO\\Salam\\User Data\\Default\\databases\\Databases.db" + } + ] + }, + { + "name": "Orbitum", + "file_description": "", + "executable_names": [ + "orbitum.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Orbitum\\Update\\path" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Orbitum\\Application\\OrbitumUpdater\\OrbitumUpdater.exe" + } + ] + }, + { + "name": "Opera Neon", + "file_description": "", + "executable_names": [ + "neon.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\OperaSoftware" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Opera Software\\Opera Neon" + } + ] + }, + { + "name": "Cliqz", + "file_description": "", + "executable_names": [ + "cliqz.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%APPDATA%\\CLIQZ" + } + ] + }, + { + "name": "Torch", + "file_description": "", + "executable_names": [ + "torch.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Torch\\Uninstall.exe" + } + ] + }, + { + "name": "Whale", + "file_description": "", + "executable_names": [ + "whale.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Naver\\Naver Whale\\User Data\\First Run" + } + ] + }, + { + "name": "Swing browser", + "file_description": "", + "executable_names": [ + "swing.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\SwingBrowser" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\SwingBrowser\\Application\\starter.exe" + }, + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\SwingBrowser\\Application\\swing.exe" + } + ] + }, + { + "name": "CCleaner Browser", + "file_description": "CCleaner Browser", + "executable_names": [ + "CCleanerBrowser.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\CCleaner Browser\\Application\\CCleanerBrowser.exe" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\CCleaner Browser\\Application\\CCleanerBrowser.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CCleanerHTML" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Piriform\\Browser" + } + ] + }, + { + "name": "Thorium", + "file_description": "Thorium", + "executable_names": [ + "thorium.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Thorium\\Application\\thorium.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Thorium" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Thorium" + } + ] + }, + { + "name": "Catsxp", + "file_description": "Catsxp", + "executable_names": [ + "catsxp.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\CatsxpSoftware\\Catsxp-Browser\\Application\\catsxp.exe" + } + ] + }, + { + "name": "360 Browser", + "file_description": "", + "executable_names": [ + "360se.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%AppData%\\360se6\\Application\\360se.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\360seURL" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\SOFTWARE\\360" + } + ] + }, + { + "name": "Arc", + "file_description": "", + "executable_names": [ + "Arc.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Microsoft\\WindowsApps\\Arc.exe" + } + ] + }, + { + "name": "Floorp", + "file_description": "", + "executable_names": [ + "Floorp.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\Applications\\floorp.exe" + } + ] + }, + { + "name": "Comet", + "file_description": "", + "executable_names": [ + "comet.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Perplexity\\Comet\\Application\\comet.exe" + } + ] + }, + { + "name": "Zen Browser", + "file_description": "", + "executable_names": [ + "zen.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\SOFTWARE\\Mozilla\\Zen" + } + ] + }, + { + "name": "IceWeasel", + "file_description": "", + "executable_names": [ + "iceweasel.exe" + ], + "installed_conditions": [] + }, + { + "name": "Helium", + "file_description": "Helium", + "executable_names": [ + "chrome.exe", + "helium.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\imput\\Helium\\Application\\chrome.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\imput Helium" + } + ] + } +] From 5694a869537b9000543ecb8d40412d9cd4179d1e Mon Sep 17 00:00:00 2001 From: Boris Bukin Date: Tue, 10 Feb 2026 18:35:50 +0300 Subject: [PATCH 17/22] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- windows/browsers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/browsers.json b/windows/browsers.json index e56a7e0..7c46359 100644 --- a/windows/browsers.json +++ b/windows/browsers.json @@ -70,8 +70,8 @@ ], "installed_conditions": [ { - "type": "RegistryKey", - "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall" + "type": "FilePath", + "pattern": "%ProgramFiles%\\Internet Explorer\\iexplore.exe" } ] }, From 7bf44ae3ba17f20926240751783e773420bd504c Mon Sep 17 00:00:00 2001 From: Boris Bukin Date: Tue, 10 Feb 2026 18:36:24 +0300 Subject: [PATCH 18/22] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- windows/browsers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/browsers.json b/windows/browsers.json index 7c46359..87f433e 100644 --- a/windows/browsers.json +++ b/windows/browsers.json @@ -111,7 +111,7 @@ "installed_conditions": [ { "type": "FilePath", - "pattern": "%windir%\\SystemApps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe" + "pattern": "%WINDIR%\\SystemApps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe" }, { "type": "FilePath", From 7b1d35c927996830ec46b9406eb19ec90a0975d1 Mon Sep 17 00:00:00 2001 From: Boris Bukin Date: Tue, 10 Feb 2026 18:37:19 +0300 Subject: [PATCH 19/22] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0cbb50..18f63e1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Here’s a simple steps to help you sort things out. - [`routing_exclusions.json`](windows/routing_exclusions.json) - A list app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). -- [`browsers.json`](windows/browsers.json) - A list of browsers where https traffic filtering is enabled by default (App Management -> Filter HTTPS traffic). +- [`browsers.json`](windows/browsers.json) - A list of browsers where HTTPS traffic filtering is enabled by default (App Management -> Filter HTTPS traffic). ### Application model structure From 080c2068a0561bf135681e0f7920659a4eaf07f5 Mon Sep 17 00:00:00 2001 From: Alexandr <109953785+AlexandrPkhm@users.noreply.github.com> Date: Tue, 10 Feb 2026 19:46:04 +0400 Subject: [PATCH 20/22] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18f63e1..68edae8 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ Here’s a simple steps to help you sort things out. ## Compatibility configuration for AdGuard for Windows -- [`filtering_exclusions.json`](windows/filtering_exclusions.json) - A list app executables where traffic filtering is disabled (App Management -> Filter traffic). +- [`filtering_exclusions.json`](windows/filtering_exclusions.json) - A list of app executables where traffic filtering is disabled (App Management -> Filter traffic). -- [`routing_exclusions.json`](windows/routing_exclusions.json) - A list app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). +- [`routing_exclusions.json`](windows/routing_exclusions.json) - A list of app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). - [`browsers.json`](windows/browsers.json) - A list of browsers where HTTPS traffic filtering is enabled by default (App Management -> Filter HTTPS traffic). From 1e6b124c2a1c0437434233e27b5511c20e566693 Mon Sep 17 00:00:00 2001 From: Boris Bukin Date: Tue, 10 Feb 2026 18:50:35 +0300 Subject: [PATCH 21/22] Update windows/browsers.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- windows/browsers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/browsers.json b/windows/browsers.json index 87f433e..f765f8c 100644 --- a/windows/browsers.json +++ b/windows/browsers.json @@ -849,7 +849,7 @@ "installed_conditions": [ { "type": "FilePath", - "pattern": "%AppData%\\360se6\\Application\\360se.exe" + "pattern": "%APPDATA%\\360se6\\Application\\360se.exe" }, { "type": "RegistryKey", From f71e4bd888c031b12566a38082fd2858f60ae0fc Mon Sep 17 00:00:00 2001 From: Boris Bukin Date: Wed, 11 Feb 2026 23:58:44 +0300 Subject: [PATCH 22/22] reorder jsons --- README.md | 8 +- ...on => http_filtering_exclusions_apps.json} | 0 windows/https_filtering_apps.json | 355 ++++++++++++++++++ ...usions.json => route_exclusions_apps.json} | 0 4 files changed, 360 insertions(+), 3 deletions(-) rename windows/{filtering_exclusions.json => http_filtering_exclusions_apps.json} (100%) create mode 100644 windows/https_filtering_apps.json rename windows/{routing_exclusions.json => route_exclusions_apps.json} (100%) diff --git a/README.md b/README.md index d0cbb50..067ff41 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,13 @@ Here’s a simple steps to help you sort things out. ## Compatibility configuration for AdGuard for Windows -- [`filtering_exclusions.json`](windows/filtering_exclusions.json) - A list app executables where traffic filtering is disabled (App Management -> Filter traffic). +- [`http_filtering_exclusions_apps.json`](windows/http_filtering_exclusions_apps.json) - A list of app executables where traffic filtering is disabled (App Management -> Filter traffic). -- [`routing_exclusions.json`](windows/routing_exclusions.json) - A list app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). +- [`route_exclusions_apps.json`](windows/route_exclusions_apps.json) - A list of app executables where routing through AdGuard is disabled (App Management -> Route traffic through AdGuard). -- [`browsers.json`](windows/browsers.json) - A list of browsers where https traffic filtering is enabled by default (App Management -> Filter HTTPS traffic). +- [`browsers.json`](windows/browsers.json) - A list of browsers where HTTPS traffic filtering is enabled by default (App Management -> Filter HTTPS traffic). + +- [`https_filtering_apps.json`](windows/https_filtering_apps.json) - A list of non-browser apps where HTTPS traffic filtering is enabled by default (App Management -> Filter HTTPS traffic). ### Application model structure diff --git a/windows/filtering_exclusions.json b/windows/http_filtering_exclusions_apps.json similarity index 100% rename from windows/filtering_exclusions.json rename to windows/http_filtering_exclusions_apps.json diff --git a/windows/https_filtering_apps.json b/windows/https_filtering_apps.json new file mode 100644 index 0000000..bea5a30 --- /dev/null +++ b/windows/https_filtering_apps.json @@ -0,0 +1,355 @@ +[ + { + "name": "BitTorrent", + "file_description": "", + "executable_names": [ + "BitTorrent.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%APPDATA%\\BitTorrent\\BitTorrent.exe" + } + ] + }, + { + "name": "Modern UI hosted apps", + "file_description": "", + "executable_names": [ + "WWAHost.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%systemroot%\\System32\\WWAHost.exe" + } + ] + }, + { + "name": "Skype", + "file_description": "", + "executable_names": [ + "skype.exe", + "skypebrowserhost.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Skype" + } + ] + }, + { + "name": "uTorrent", + "file_description": "", + "executable_names": [ + "utorrent.exe", + "utorrentie.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%APPDATA%\\uTorrent\\uTorrent.exe" + } + ] + }, + { + "name": "Atom Editor", + "file_description": "", + "executable_names": [ + "atom.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Atom\\atom.exe" + } + ] + }, + { + "name": "MediaGet", + "file_description": "", + "executable_names": [ + "mediaget.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\MediaGet2\\mediaget.exe" + } + ] + }, + { + "name": "Yahoo Messenger", + "file_description": "", + "executable_names": [ + "YahooMessenger.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Yahoo! Messenger" + } + ] + }, + { + "name": "Zona", + "file_description": "", + "executable_names": [ + "Zona.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Zona" + } + ] + }, + { + "name": "Windows 10 pre-installed apps", + "file_description": "", + "executable_names": [ + "Microsoft.Msn.Money.exe", + "Microsoft.Msn.News.exe", + "Microsoft.Msn.Sports.exe" + ], + "installed_conditions": [] + }, + { + "name": "RSSOwl", + "file_description": "", + "executable_names": [ + "RSSOwl.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\RSSOwl" + } + ] + }, + { + "name": "BitComet", + "file_description": "", + "executable_names": [ + "BitComet.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\BitComet" + } + ] + }, + { + "name": "The Weather Channel", + "file_description": "", + "executable_names": [ + "TWC.WindowsUniversal.exe" + ], + "installed_conditions": [] + }, + { + "name": "Microsoft Solitaire Collection", + "file_description": "", + "executable_names": [ + "Solitaire.exe" + ], + "installed_conditions": [] + }, + { + "name": "Microsoft Mahjong", + "file_description": "", + "executable_names": [ + "Mahjong.exe" + ], + "installed_conditions": [] + }, + { + "name": "freda epub ebook reader", + "file_description": "", + "executable_names": [ + "Freda_W10.exe" + ], + "installed_conditions": [] + }, + { + "name": "Messages for web", + "file_description": "", + "executable_names": [ + "Android Messages.exe" + ], + "installed_conditions": [] + }, + { + "name": "EasyMail for Gmail", + "file_description": "", + "executable_names": [ + "EasyMailReLaunch.exe" + ], + "installed_conditions": [] + }, + { + "name": "GOM Player", + "file_description": "", + "executable_names": [ + "GOM.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\GOM Player" + } + ] + }, + { + "name": "PotPlayer", + "file_description": "", + "executable_names": [ + "PotPlayer.exe", + "PotPlayerMini.exe", + "PotPlayer64.exe", + "PotPlayerMini64.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\DAUM\\PotPlayer" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\DAUM\\PotPlayer64" + } + ] + }, + { + "name": "Steam", + "file_description": "", + "executable_names": [ + "steamwebhelper.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Valve\\Steam" + } + ] + }, + { + "name": "KMPlayer", + "file_description": "", + "executable_names": [ + "KMPlayer.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\KMPlayer" + } + ] + }, + { + "name": "ACEStream", + "file_description": "", + "executable_names": [ + "ace_engine.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%APPDATA%\\ACEStream\\engine\\ace_engine.exe" + } + ] + }, + { + "name": "Alyac", + "file_description": "", + "executable_names": [ + "ALYac.aye" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\ESTsoft\\ALYac" + }, + { + "type": "FilePath", + "pattern": "%PROGRAMFILES%\\ESTsoft\\ALYac\\ALYac.aye" + } + ] + }, + { + "name": "Bandizip", + "file_description": "Bandizip", + "executable_names": [ + "Bandizip.exe", + "Updater.exe" + ], + "installed_conditions": [] + }, + { + "name": "Viber", + "file_description": "Viber", + "executable_names": [ + "Viber.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%LOCALAPPDATA%\\Viber\\Viber.exe" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Viber\\Viber" + } + ] + }, + { + "name": "SafeVisit", + "file_description": "", + "executable_names": [ + "safevisit.exe", + "safevisits.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\safevisit" + }, + { + "type": "RegistryKey", + "pattern": "HKEY_LOCAL_MACHINE\\Software\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\safevisit" + } + ] + }, + { + "name": "Edge WebView", + "file_description": "Microsoft Edge WebView2", + "executable_names": [ + "msedgewebview2.exe" + ], + "installed_conditions": [ + { + "type": "FilePath", + "pattern": "%PROGRAMFILES(x86)%\\Microsoft\\EdgeWebView\\Application" + } + ] + }, + { + "name": "Discord", + "file_description": "", + "executable_names": [ + "Discord.exe" + ], + "installed_conditions": [ + { + "type": "RegistryKey", + "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Discord" + } + ] + } +] diff --git a/windows/routing_exclusions.json b/windows/route_exclusions_apps.json similarity index 100% rename from windows/routing_exclusions.json rename to windows/route_exclusions_apps.json