From 76041d5e973194a88203b9ee399ae71e552fdb45 Mon Sep 17 00:00:00 2001 From: curiosityseeker <60518106+curiosityseeker@users.noreply.github.com> Date: Mon, 23 Mar 2020 12:04:14 +0100 Subject: thunderbird.profile: harden and enable the rules necessary to make Firefox open links See issue #3291 --- etc/thunderbird.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile index 6e888c163..b375247f4 100644 --- a/etc/thunderbird.profile +++ b/etc/thunderbird.profile @@ -17,12 +17,12 @@ writable-run-user #whitelist /var/spool/mail #writable-var -# Uncomment the next 4 lines or put them in your thunderbird.local to -# allow Firefox to load your profile when clicking a link in an email -#noblacklist ${HOME}/.cache/mozilla -#noblacklist ${HOME}/.mozilla -#whitelist ${HOME}/.cache/mozilla/firefox -#whitelist ${HOME}/.mozilla +# These lines are needed to allow Firefox to load your profile when clicking a link in an email +noblacklist ${HOME}/.cache/mozilla +noblacklist ${HOME}/.mozilla +whitelist ${HOME}/.cache/mozilla/firefox +whitelist ${HOME}/.mozilla/firefox/profiles.ini +read-only ${HOME}/.mozilla/firefox/profiles.ini noblacklist ${HOME}/.cache/thunderbird noblacklist ${HOME}/.gnupg -- cgit v1.2.3-70-g09d2