From db12db282f1bc5d127a254b1ac908a335d93ac9f Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Mon, 18 Jul 2022 19:56:56 +0200 Subject: [PATCH] Improves `permissions.memory_only` preference documentation * Replaces `NOTE` tag by a proper `SETUP-CHROME` as it affects Thunderbird runtime behavior * Mentions that reading from disk gets disabled too * Mentions that "remote mail content" permissions are also affected > see #23 --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index c5dfcf8..402b169 100644 --- a/user.js +++ b/user.js @@ -1062,8 +1062,8 @@ user_pref("browser.cache.memory.capacity", 0); /* 5003: disable saving passwords * [NOTE] This does not clear any passwords already saved ***/ user_pref("signon.rememberSignons", false); -/* 5004: disable permissions manager from writing to disk [FF41+] [RESTART] - * [NOTE] This means any permission changes are session only +/* 5004: disable permissions manager from reading or writing to disk [FF41+] [RESTART] + * [SETUP-CHROME] This means any permission changes (cookie or mail remote content) are session only * [1] https://bugzilla.mozilla.org/967812 ***/ user_pref("permissions.memory_only", true); // [HIDDEN PREF] /* 5005: disable intermediate certificate caching [FF41+] [RESTART]