Skip to content

Commit

Permalink
win, mac: fix typos and dead URLs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
undergroundwires committed Dec 2, 2024
1 parent b8530d0 commit 5155f93
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
- On macOS: Open "Apple menu (top left corner)" > "About This Mac".
- On Linux: Open terminal > type: lsb_release -a > copy paste the result.
placeholder: >-
For example: "Windows 11 Pro 22H3"
For example: "Windows 11 Pro 23H2"
validations:
required: false
-
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ privacy.sexy adopts a defense in depth strategy to protect users on multiple lay
- **Auditing and Transparency:**
The desktop application improves security and transparency by logging application activities and retaining files of executed scripts
This facilitates detailed auditability and effective troubleshooting, contributing to the integrity and reliability of the application.
Recognizing that some users prefer not to keep these records, privacy.sexy provides specialized scripts for deletion of these logs.
Recognizing that some users prefer not to keep these logs, privacy.sexy provides specialized scripts for deletion of them.
- **Privilege Management:**
The desktop application operates without persistent administrative or `sudo` privileges, reinforcing its security posture. It requests
elevation of privileges for system modifications with explicit user consent and logs every action taken with high privileges. This
Expand All @@ -52,7 +52,7 @@ privacy.sexy adopts a defense in depth strategy to protect users on multiple lay
of authentic scripts.
This safeguards against any unwanted modifications.
- **Clean-up:**
Recognizing that some users prefer not to keep these records, privacy.sexy provides specialized scripts for deletion of these scripts.
Recognizing that some users prefer not to keep these scripts, privacy.sexy provides specialized scripts for deletion of them.
This allows users to maintain their privacy by removing traces of their usage patterns or script preferences.

### Update Security and Integrity
Expand Down
2 changes: 1 addition & 1 deletion src/application/collections/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ actions:
code: rm -rfv ~/Library/Caches/Metadata/Safari/History
-
name: Clear search term history embedded in Safari preferences
docs: https://krypted.com/tag/recentsearchstrings/
docs: https://web.archive.org/web/20241001141605/https://krypted.com/mac-os-x/clearing-recent-searches-in-safari-4/
code: defaults write ~/Library/Preferences/com.apple.Safari RecentSearchStrings '( )'
-
name: Clear Safari cookies
Expand Down
Loading

0 comments on commit 5155f93

Please sign in to comment.