mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-03-12 20:02:47 +01:00
v2.2.0: Fix Privacy settings count + DoH connectivity test
Privacy Module: - Fixed 'Applied X settings' to show only registry settings (60/78/86) - Bloatware count no longer added to settings total - Consistent with module prompt (MSRecommended: 60, Strict: 78, Paranoid: 86) DNS Module: - Fixed DoH connectivity test for systems with REQUIRE mode active - Tests HTTPS endpoint (port 443) when classic DNS is blocked - Proper detection of existing DoH configuration Verified: Full Apply/Verify/Restore cycle - 633/633 settings (100%)
This commit is contained in:
parent
eafa89cf97
commit
d78d941113
17 changed files with 319 additions and 116 deletions
|
|
@ -92,7 +92,7 @@ function Invoke-AntiAI {
|
|||
# Initialize result tracking (PSCustomObject for Framework compatibility)
|
||||
$result = [PSCustomObject]@{
|
||||
Success = $false
|
||||
TotalFeatures = 15 # 15 Features as documented in AntiAI-Settings.json
|
||||
TotalFeatures = 15 # 15 documented, 13 applied (2 skipped: Region Policy Override + Hosts File - too invasive)
|
||||
Applied = 0
|
||||
Failed = 0
|
||||
Warnings = @()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue