Thunderbird privacy, security and anti-fingerprinting: a comprehensive user.js template for configuration and hardening
Find a file
boredsquirrel 75409317a7
remove unneeded changes
allow sending mails only when HTML-specific things are actually done

remove anything regarding "debloat" (Thunderbird news are not bloat...)

enable accessibility

resume from crash

show condensed address only when in addressbook (this is no spam risk, and TB has GUI configs for that)

collect addresses of people you write. Mail is not anonymous and stores data, this will make spam detection easier etc

display inline images etc, this is very limited with sanitized HTML

allow extracting calendar events, this is by choice via a popup

enable the new tab page, makes no sense in TB
2024-05-13 18:51:51 +00:00
.github Updates GitHub Actions to v4 to address Node.js 16 deprecation 2024-04-24 23:32:01 +02:00
wiki 2019-11-24 00:00:00 +00:00
.eslint.config.mjs Migrates ESLint configuration to new (9+) "flat format" 2024-04-24 23:28:00 +02:00
LICENSE [META] Updates copyrights for 2024 2024-04-24 23:28:00 +02:00
README.md Fixes related project repository link 2023-09-14 09:57:47 +02:00
user.js remove unneeded changes 2024-05-13 18:51:51 +00: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