From f4885b6f1c82752f2143934e336d6d1b1af03015 Mon Sep 17 00:00:00 2001 From: undergroundwires <undergroundwires@users.noreply.github.com> Date: Sun, 6 Sep 2020 02:41:11 +0100 Subject: [PATCH] add best practice suggestion to come back --- README.md | 1 + src/presentation/TheCodeArea.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f65857e..5a2a86ea 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - Online version: [https://privacy.sexy](https://privacy.sexy) - or download latest desktop version for [Windows](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.1/privacy.sexy-Setup-0.7.1.exe), [Linux](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.1/privacy.sexy-0.7.1.AppImage), [macOS](https://github.com/undergroundwires/privacy.sexy/releases/download/0.7.1/privacy.sexy-0.7.1.dmg) +- 💡 Come back regularly to apply latest version for stronger privacy and security. [](https://privacy.sexy) diff --git a/src/presentation/TheCodeArea.vue b/src/presentation/TheCodeArea.vue index 1ddc41d9..8d2d40c7 100644 --- a/src/presentation/TheCodeArea.vue +++ b/src/presentation/TheCodeArea.vue @@ -19,6 +19,7 @@ const NothingChosenCode = .appendCommentLine(' 📙 Start by exploring different categories and choosing different tweaks.') .appendCommentLine(' 📙 You can select "Recommended" on the top to select "safer" tweaks. Always double check!') .appendCommentLine(' 📙 After you choose any tweak, you can download or copy to execute your script.') + .appendCommentLine(' 📙 Come back regularly to apply latest version for stronger privacy and security.') .appendLine() .appendCommentLine('-- 🧐 Why privacy.sexy') .appendCommentLine(' ✔️ Rich tweak pool to harden security & privacy of the OS and other softwares on it.')