This patch improves Windows scripts, compiler validation, and fixes several bugs. It also fixes some minor UI issues, and auto-update bug on macOS desktop version. Key Windows script improvements include enhanced better Defender management, new phishing protection options, and fixes for Edge/Chrome privacy settings.
privacy.sexy now clears update files, but before they were not cleared by the operating system.
📝 Note for macOS desktop users
Some update files may have been accumulated on your system, taking storage space.
Open terminal and run this command: rm -v /var/folders/*/*/privacy.sexy/*-installer.dmg
to clear them.
This bug is fixed and you'll only need to do this once if you used older versions of privacy.sexy desktop for macOS.
Consider donating ❤️.
Changes
UI
- Hide code highlight and cursor until interaction | 74378f7
- Fix HTML semantics in script run instructions | 5db8c6b
Desktop
- Fix file retention after updates on macOS #417 (thanks @jvk2) | 2f31bc7
- Fix browser instructions appearing on desktop | 9e8bad0
Scripts
- [Windows] Categorize disabling Defender components | aee24cd
- [Windows] Add disabling Defender core service #385 (thanks @Cassandre60, @femdiya) | db090f3
- [Windows] Enable PowerShell as TI runs #128 #412 #421 | 6b8f6aa
- [Windows] Add missing system apps #279 #316 #343 | 98e8dc0
- [Windows] Add CLSID/COM object removal #412 (thanks @Nub865) | a05a600
- [Windows] Add disabling Phishing Protection #385 (thanks @Cassandre60, @femdiya) | a536c69
- [Windows] Fix Defender service #128 #385 #393 #402 #426 (thanks @jeffogu, @Od1sseas, @Cassandre60, @femdiya) | 0900492
- [Windows] Fix and improve driver update control #444 (thanks @LuckyLuke-Oddshot) | 68d30a2
- [Windows] Fix incorrect registry paths #446 (thanks @megamurmulis) | c3f8c09
- [Windows] Fix incorrect Edge privacy configs #455 (thanks @jarelllama) | b8530d0
- [Windows, macOS] Fix typos and dead URLs | 5155f93
Compiler
- Add validation for max line length in compiler | dc5c873
- Improve compiler output for line validation | 8b6067f
Tests
- Fix CI/CD fail by installing ImageMagick on runner | 69e7e0a
- Fix CI/CD runtime checks failing on Ubuntu 24.04 | 3f56166
- Add external URL linting for markdown files | 4e06d54