Skip to content

Commit 5155f93

Browse files
win, mac: fix typos and dead URLs
Changes: - Fix wrong Windows version references (from 22H3 to 23H2) - Replace dead URLs with archived versions for better reliability - Fix reference formatting - Archive additional URLs to ensure long-term accessibility - Standardize environment variables, replacing `%WINDIR%` with `%SYSTEMROOT` for consistency.
1 parent b8530d0 commit 5155f93

File tree

4 files changed

+153
-152
lines changed

4 files changed

+153
-152
lines changed

.github/ISSUE_TEMPLATE/1-bug-report-scripts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
- On macOS: Open "Apple menu (top left corner)" > "About This Mac".
4545
- On Linux: Open terminal > type: lsb_release -a > copy paste the result.
4646
placeholder: >-
47-
For example: "Windows 11 Pro 22H3"
47+
For example: "Windows 11 Pro 23H2"
4848
validations:
4949
required: false
5050
-

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ privacy.sexy adopts a defense in depth strategy to protect users on multiple lay
3737
- **Auditing and Transparency:**
3838
The desktop application improves security and transparency by logging application activities and retaining files of executed scripts
3939
This facilitates detailed auditability and effective troubleshooting, contributing to the integrity and reliability of the application.
40-
Recognizing that some users prefer not to keep these records, privacy.sexy provides specialized scripts for deletion of these logs.
40+
Recognizing that some users prefer not to keep these logs, privacy.sexy provides specialized scripts for deletion of them.
4141
- **Privilege Management:**
4242
The desktop application operates without persistent administrative or `sudo` privileges, reinforcing its security posture. It requests
4343
elevation of privileges for system modifications with explicit user consent and logs every action taken with high privileges. This
@@ -52,7 +52,7 @@ privacy.sexy adopts a defense in depth strategy to protect users on multiple lay
5252
of authentic scripts.
5353
This safeguards against any unwanted modifications.
5454
- **Clean-up:**
55-
Recognizing that some users prefer not to keep these records, privacy.sexy provides specialized scripts for deletion of these scripts.
55+
Recognizing that some users prefer not to keep these scripts, privacy.sexy provides specialized scripts for deletion of them.
5656
This allows users to maintain their privacy by removing traces of their usage patterns or script preferences.
5757

5858
### Update Security and Integrity

src/application/collections/macos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ actions:
510510
code: rm -rfv ~/Library/Caches/Metadata/Safari/History
511511
-
512512
name: Clear search term history embedded in Safari preferences
513-
docs: https://krypted.com/tag/recentsearchstrings/
513+
docs: https://web.archive.org/web/20241001141605/https://krypted.com/mac-os-x/clearing-recent-searches-in-safari-4/
514514
code: defaults write ~/Library/Preferences/com.apple.Safari RecentSearchStrings '( )'
515515
-
516516
name: Clear Safari cookies

0 commit comments

Comments
 (0)