https://github.com/boredsquirrel/thunderbird-hardening-automation
Automatically update secure settings for Thunderbird, configure them to your needs
https://github.com/boredsquirrel/thunderbird-hardening-automation
Last synced: about 2 months ago
JSON representation
Automatically update secure settings for Thunderbird, configure them to your needs
- Host: GitHub
- URL: https://github.com/boredsquirrel/thunderbird-hardening-automation
- Owner: boredsquirrel
- License: gpl-3.0
- Created: 2024-05-13T17:10:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T17:02:42.000Z (about 2 years ago)
- Last Synced: 2025-01-26T20:14:58.555Z (over 1 year ago)
- Language: Shell
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thunderbird hardening automation for Linux
Automatically update secure settings for Thunderbird, configure them to your needs.
[The Thunderbird hardening user.js](https://github.com/HorlogeSkynet/thunderbird-user.js) is a great template for securing and hardening your Mail program. But it is just a template, and includes some settings that are too strict for most use cases (contact with people you know) and better suits usage over Tor, or anonymized in other ways.
This script handles a few things:
- update the configurations every 48 hours
- enable support for installing Thunderbird Addons
- use your normal language, time zone, dictionary etc.
- enable news
- ...
## Set up
Look at the setup script before running anything!
```
curl https://raw.githubusercontent.com/boredsquirrel/Thunderbird-hardening-automation/main/SETUP-tb-ha.sh | bash
```
The script will be placed in `~/.local/bin/thunderbird-hardening-overwrite`.
Look it through and if you dont want to apply some changes, comment them out with a `#`.
If you use this tool, make sure to enable notifications for this project, to get notified on updates!