From 6a7c2add8eb04f2f78c298fc53b2ccbd2416c232 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 7 Nov 2020 22:27:29 +0100 Subject: [PATCH] [CARDBOOK] Prefers encrypting locally cached cards --- user.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user.js b/user.js index ce46c8c..1ba436d 100644 --- a/user.js +++ b/user.js @@ -1519,6 +1519,11 @@ user_pref("mail.collect_email_address_outgoing", false); * This could leak sensitive information to all recipients. * [SETTING][CARDBOOK] CardBook>Preferences>Email>Sending Emails>Only use email addresses... ***/ user_pref("extensions.cardbook.useOnlyEmail", true); +/* 6032: Encrypt locally cached cards [CARDBOOK] + * CardBook uses a regular IndexDB to locally cache cards (unencrypted by default). + * [SETTING][CARDBOOK] CardBook>Preferences>Advanced>Encryption>Encrypt locally cached cards + * [1] https://cardbook.icu/forum/forums/topic/clear-and-easy-storage-and-backup-of-cardbook/#post-2079 ***/ +user_pref("extensions.cardbook.localDataEncryption", true); /*** [SECTION 6100]: EMAIL COMPOSITION (ENCODING / FORMAT / VIEW) Options that relate to composition, formatting and viewing email