Thunderbird privacy, security and anti-fingerprinting: a comprehensive user.js template for configuration and hardening
Go to file
Samuel FORESTIER 5caedc08de Switches to mail.default_send_format to send plaintext email (v101)
Thunderbird 101 replaced legacy `mail.default_html_action` and
`mailnews.sendformat.auto_downgrade` by `mail.default_send_format` new
preference to choose email sending format.

Whereas a proper "migration" is performed on first start, we stick to
plaintext email enforcement in this template, as done before.

See <https://bugzilla.mozilla.org/show_bug.cgi?id=1727493>.

> see #21
2022-08-24 10:22:36 +02:00
.github [CI] Bumps actions/checkout and actions/setup-node to v3 2022-04-23 11:52:24 +02:00
wiki 2019-11-24 00:00:00 +00:00
.eslintrc.yml Replaces Acorn over Travis CI by ESLint over (Microsoft) GitHub Actions 2020-11-05 16:11:13 +01:00
LICENSE [META] Bumps to v91.0 2022-04-18 16:47:32 +02:00
README.md Applies Arkenfox v91..v102 migration 2022-08-24 10:22:35 +02:00
user.js Switches to mail.default_send_format to send plaintext email (v101) 2022-08-24 10:22:36 +02:00

Thunderbird User.JS

Thunderbird privacy, security and anti-fingerprinting: a comprehensive user.js template for configuration and hardening

🟪 user.js

An user.js is a configuration file that can control Thunderbird settings - for a more technical breakdown and explanation, you can read more in the wiki.

🟩 Thunderbird user.js

License: MIT

The thunderbird user.js is a template which aims to provide as much privacy and enhanced security as possible, and to reduce tracking and fingerprinting as much as possible - while minimizing any loss of functionality and breakage (but it will happen).

Everyone, experts included, should at least read the wiki, as it contains important information regarding a few user.js settings.

It differs from the arkenfox user.js in that the focus is to keep Thunderbird as an e-mail client and disable as many web browsing features as possible. We believe web browsing should be done in a web browser, and not an email client.

Also be aware that this user.js is made specifically for Thunderbird and is only being tested against releases with extended support (ESR).

🟧 Sitemap

🟥 Acknowledgments