Commit 5155f93 1 parent b8530d0 commit 5155f93 Copy full SHA for 5155f93
File tree 4 files changed +153
-152
lines changed
src/application/collections
4 files changed +153
-152
lines changed Original file line number Diff line number Diff line change 44
44
- On macOS: Open "Apple menu (top left corner)" > "About This Mac".
45
45
- On Linux: Open terminal > type: lsb_release -a > copy paste the result.
46
46
placeholder : >-
47
- For example: "Windows 11 Pro 22H3 "
47
+ For example: "Windows 11 Pro 23H2 "
48
48
validations :
49
49
required : false
50
50
-
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ privacy.sexy adopts a defense in depth strategy to protect users on multiple lay
37
37
- ** Auditing and Transparency:**
38
38
The desktop application improves security and transparency by logging application activities and retaining files of executed scripts
39
39
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 .
41
41
- ** Privilege Management:**
42
42
The desktop application operates without persistent administrative or ` sudo ` privileges, reinforcing its security posture. It requests
43
43
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
52
52
of authentic scripts.
53
53
This safeguards against any unwanted modifications.
54
54
- ** 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 .
56
56
This allows users to maintain their privacy by removing traces of their usage patterns or script preferences.
57
57
58
58
### Update Security and Integrity
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ actions:
510
510
code : rm -rfv ~/Library/Caches/Metadata/Safari/History
511
511
-
512
512
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 /
514
514
code : defaults write ~/Library/Preferences/com.apple.Safari RecentSearchStrings '( )'
515
515
-
516
516
name : Clear Safari cookies
You can’t perform that action at this time.
0 commit comments