From 2a079c679e07f1ac076b3c4669c5d1770695b765 Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 27 May 2026 09:01:55 +0200 Subject: [PATCH] Added 8 apps to https_filtering_apps.json --- windows/https_filtering_apps.json | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/windows/https_filtering_apps.json b/windows/https_filtering_apps.json index 41fd86b..536b989 100644 --- a/windows/https_filtering_apps.json +++ b/windows/https_filtering_apps.json @@ -347,5 +347,53 @@ "pattern": "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Discord" } ] + }, + { + "name": "Dolby Access", + "executable_names": ["DolbyAccess.exe"], + "installed_conditions": [] + }, + { + "name": "Mozilla Thunderbird (Main EXE)", + "executable_names": ["thunderbird.exe"], + "installed_conditions": [] + }, + { + "name": "AOMEI Partition Assistant (Main EXEs)", + "executable_names": [ + "PartAssist.exe", + "panotify.exe", + "amanhlp.exe" + ], + "installed_conditions": [] + }, + { + "name": "NVIDIA driver updates' temp .exe", + "executable_names": ["nvcontainer.exe"], + "installed_conditions": [] + }, + { + "name": "NVIDIA App", + "executable_names": [ + "NVIDIA App.exe", + "NVIDIA Overlay.exe", + "NVIDIA App Permission.exe" + ], + "installed_conditions": [] + }, + { + "name": "Lovense Remote", + "executable_names": ["Lovense_Remote.exe"], + "installed_conditions": [] + }, + { + "name": "CyberLink Ultra HD Blu-Ray Advisor", + "executable_names": ["BD_Advisor.exe"], + "installed_conditions": [] + }, + { + "name": "MSN Weather", + "executable_names": ["Microsoft.Msn.Weather.exe"], + "installed_conditions": [] } ]