From a227c5645342a9738dad6d4c7cf2c83556baf8e5 Mon Sep 17 00:00:00 2001 From: AlexandrPkhm Date: Tue, 21 Oct 2025 16:58:29 +0400 Subject: [PATCH 01/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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/14] 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