mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-02-28 22:20:35 +01:00
v2.2.2: Performance fix for firewall snapshot (60-120s to 2-5s) + version alignment
This commit is contained in:
parent
73b7e7c68e
commit
877e01df37
65 changed files with 183 additions and 137 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# NoID Privacy - Complete Feature List
|
||||
|
||||
**Framework Version:** v2.2.1
|
||||
**Framework Version:** v2.2.2
|
||||
**Total Security Settings:** 633 (Paranoid mode)
|
||||
**Modules:** 7 (All Production-Ready)
|
||||
**Last Updated:** December 8, 2025
|
||||
**Last Updated:** December 22, 2025
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -11,13 +11,13 @@
|
|||
|
||||
| Module | Settings | Status | Description |
|
||||
|--------|----------|--------|-------------|
|
||||
| **SecurityBaseline** | 425 | ✅ v2.2.1 | Microsoft Security Baseline for Windows 11 v25H2 |
|
||||
| **ASR** | 19 | ✅ v2.2.1 | Attack Surface Reduction rules |
|
||||
| **DNS** | 5 | ✅ v2.2.1 | Secure DNS with DoH encryption |
|
||||
| **Privacy** | 78 | ✅ v2.2.1 | Telemetry control, OneDrive hardening (Strict: 70 Registry + 2 Services + 6 OneDrive) |
|
||||
| **AntiAI** | 32 | ✅ v2.2.1 | AI lockdown (15 features, 32 compliance checks) |
|
||||
| **EdgeHardening** | 24 | ✅ v2.2.1 | Microsoft Edge browser security (24 policies) |
|
||||
| **AdvancedSecurity** | 50 | ✅ v2.2.1 | Advanced hardening beyond MS Baseline (incl. Wireless Display, Discovery Protocols, IPv6) |
|
||||
| **SecurityBaseline** | 425 | ✅ v2.2.2 | Microsoft Security Baseline for Windows 11 v25H2 |
|
||||
| **ASR** | 19 | ✅ v2.2.2 | Attack Surface Reduction rules |
|
||||
| **DNS** | 5 | ✅ v2.2.2 | Secure DNS with DoH encryption |
|
||||
| **Privacy** | 78 | ✅ v2.2.2 | Telemetry control, OneDrive hardening (Strict: 70 Registry + 2 Services + 6 OneDrive) |
|
||||
| **AntiAI** | 32 | ✅ v2.2.2 | AI lockdown (15 features, 32 compliance checks) |
|
||||
| **EdgeHardening** | 24 | ✅ v2.2.2 | Microsoft Edge browser security (24 policies) |
|
||||
| **AdvancedSecurity** | 50 | ✅ v2.2.2 | Advanced hardening beyond MS Baseline (incl. Wireless Display, Discovery Protocols, IPv6) |
|
||||
| **TOTAL** | **633** | ✅ **100%** | **Complete Framework (Paranoid mode)** |
|
||||
|
||||
---
|
||||
|
|
@ -238,7 +238,7 @@ Clipchamp.Clipchamp, SpotifyAB.SpotifyMusic
|
|||
|
||||
## 🤖 Module 5: AntiAI (32 Policies)
|
||||
|
||||
**Description:** Disable 15 Windows AI features via 32 registry policies (v2.2.1)
|
||||
**Description:** Disable 15 Windows AI features via 32 registry policies (v2.2.2)
|
||||
|
||||
### 15 AI Features Disabled:
|
||||
|
||||
|
|
@ -724,7 +724,7 @@ Some UI elements in Paint and Photos apps may **still be visible** but non-funct
|
|||
|
||||
```
|
||||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
NoID Privacy v2.2.1
|
||||
NoID Privacy v2.2.2
|
||||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
|
||||
Total Settings: 633 ✅
|
||||
|
|
@ -744,5 +744,5 @@ Framework Completion: 🎉 100% COMPLETE
|
|||
|
||||
---
|
||||
|
||||
**Last Updated:** December 8, 2025
|
||||
**Framework Version:** v2.2.1
|
||||
**Last Updated:** December 22, 2025
|
||||
**Framework Version:** v2.2.2
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ See [LICENSE](LICENSE) for full text.
|
|||
|
||||
**Impact:**
|
||||
- **v1.8.3 and earlier:** Remain under MIT License (cannot be changed retroactively)
|
||||
- **v2.2.1 and later:** Licensed under GPL v3.0
|
||||
- **v2.0.0 and later:** Licensed under GPL v3.0
|
||||
- Forks of v1.x can remain MIT-licensed
|
||||
- Forks of v2.x must comply with GPL v3.0
|
||||
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@ $env:NOIDPRIVACY_NONINTERACTIVE = "true"
|
|||
|
||||
---
|
||||
|
||||
## Exit Codes (v2.2.1+)
|
||||
## Exit Codes (v2.0.0+)
|
||||
|
||||
The framework returns structured exit codes for CI/CD integration:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue