mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-02-28 22:20:35 +01:00
fix: cleanup loader lists, update New-DefaultConfig, fix CHANGELOG numbers
- Remove non-existent Backup/Restore-AntiAISettings from AntiAI.psm1 loader - Remove non-existent Restore-PrivacySettings from Privacy.psm1 loader - Update New-DefaultConfig: EdgeHardening 20->24, AdvancedSecurity 36->50 - Add missing options: nonInteractive, autoConfirm, module-specific settings - Fix CHANGELOG.md: AntiAI 24->32, EdgeHardening 20->24, AdvancedSecurity 44->50
This commit is contained in:
parent
c4d6d9c995
commit
74b73eda81
4 changed files with 30 additions and 12 deletions
|
|
@ -22,8 +22,6 @@ $script:ModuleRoot = $PSScriptRoot
|
|||
|
||||
# Import private functions
|
||||
$privateFunctions = @(
|
||||
'Backup-AntiAISettings'
|
||||
'Restore-AntiAISettings'
|
||||
'Test-AntiAICompliance'
|
||||
'Set-SystemAIModels'
|
||||
'Disable-Recall'
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ $script:ModuleRoot = $PSScriptRoot
|
|||
# Import private functions
|
||||
$privateFunctions = @(
|
||||
'Backup-PrivacySettings',
|
||||
'Restore-PrivacySettings',
|
||||
'Set-TelemetrySettings',
|
||||
'Set-PersonalizationSettings',
|
||||
'Set-AppPrivacySettings',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue