26 Commits

Author SHA1 Message Date
3cd96847ca [BREAKING] Let's prefer plain text email disregarding HTML presence 2020-11-01 22:58:48 +01:00
10b1bb2b7c Merges some options and behavior from Privacy Handbuch project for v78 2020-11-01 22:57:55 +01:00
1692de442c Applies Arkenfox v68..v78 changes 2020-11-01 19:11:47 +01:00
a9b0166323 Updates README layout to reflect latest arkenfox design 2020-11-01 13:26:51 +01:00
ce8dfe3329 Bumps to v68.0 2020-10-31 22:26:10 +01:00
30848dd7e7 Replaces gHacks occurrences by arkenfox (see arkenfox/user.js#1009) 2020-10-31 22:25:47 +01:00
b90bbe45b2 Bumps to v68-beta5 2020-05-01 08:49:19 +02:00
5ede0acaaa Fixes mailnews.use_received_date type and unsets it by default 2020-05-01 08:49:08 +02:00
eb8cade42e Let's update these metadata before new tag 2020-04-16 15:03:58 +02:00
c57ead1b76 Disables Mozilla telemetry prompt on fresh installs 2020-04-16 15:03:34 +02:00
3ce96df737 Adds a note about certificate pinning and ProtonMail's Bridge usage 2020-04-16 15:03:02 +02:00
49921ed98c Updates LICENSE to reflect the consecutive project maintainers 2020-03-24 09:44:07 +01:00
5f9bf7f88d Some more README's blemish fixes 2020-03-23 14:54:57 +01:00
989a0f9447 Adds a "Related Projects" section in README 2020-03-23 14:53:05 +01:00
c549b95263 Adds back [SETUP-*] tags explanations from official gHacks project 2020-03-23 14:49:08 +01:00
634914c41f Hardens default template and explicits Lightning integration opt-out
> Closes #9.
2020-03-23 14:44:08 +01:00
59d8211ff4 Sets [SETUP-*] tag to some existing preferences to help installation
> Closes #8.
2020-03-23 11:41:07 +01:00
3fa04abd7a Fixes little blemish on README 2020-03-23 10:32:53 +01:00
bc6e3335f9 Adds a new [SETUP-INSTALL] tag to address TB setting up process
> Closes #6 (auto-configuration causing breakage for new users).
2019-12-26 15:20:47 +00:00
d51c67fc70 Adds some new preferences for v68 (#4)
Co-Authored-By: atomGit <atomgit@users.noreply.github.com>
2019-11-30 21:34:58 +00:00
9d9fb07b8e Adds a note about colors bug due to RFP (closes #2) 2019-11-28 23:19:54 +01:00
d5459932b4 Adds entries deprecated by v66 and v68 itself 2019-11-24 19:04:30 +01:00
1d418ff6fc Removes "gHacks" from the project title
See <d78aa86ede (r36108350)>.
2019-11-24 18:58:39 +01:00
791f8fc34a First draft for the v68.X branch
* Ports changes from the official ghacks-user.js (v65 -> v68 changelog) :
    * Adds (previously) missing entries
    * Deletes removed enties
    * Changes default values
    * Adds new entries (supported by Thunderbird)
* Fixes some indentations issues
* Re-disables the 9999 ("DEPRECATED') section
2019-11-24 18:51:29 +01:00
2280e84bfe Acorn is great, but let's make it quiet 2019-11-24 12:11:38 +01:00
d78aa86ede Project take over !
* First changes for v68.0 Thunderbird  version
* Adds CI to automatically lint the `user.js` script
* Updates links due to repository transfer
2019-11-24 11:59:26 +01:00
4 changed files with 1030 additions and 498 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
node_js:
- 'node'
before_script:
- npm install -g acorn
script:
- acorn --silent user.js

View File

@ -1,5 +1,7 @@
MIT License MIT License
Copyright (c) 2019-2020 HorlogeSkynet
Copyright (c) 2019 dngray
Copyright (c) 2019 ghacksuserjs Copyright (c) 2019 ghacksuserjs
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,17 +1,38 @@
### :large_blue_diamond: user.js # Thunderbird User.JS
A `user.js` is a configuration file that can control hundreds of Thunderbird settings. For a more technical breakdown and explanation, you can read more on the [overview](https://github.com/dngray/ghacks-thunderbird-user.js/wiki/1.1-Overview) wiki page.
### :large_blue_diamond: thunderbird user.js > Thunderbird privacy, security and anti-fingerprinting: a comprehensive user.js template for configuration and hardening
The Thunderbird `user.js` is a **template** which aims to provide as much privacy and enhanced security as possible. It differs from the `ghacks user.js` in that the focus is to keep Thunderbird as an **email 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.
- If you're using Thunderbird with Tor we suggest that you install the [TorBirdy](https://addons.thunderbird.net/addon/torbirdy) addon. If you are using Tor, you should also consider using [Tails](https://tails.boum.org/) or [Whonix](https://www.whonix.org/). ### :purple_square: user.js
- If you're a **Gmail** user see [this article about OAuth2](https://github.com/dngray/ghacks-thunderbird-user.js/wiki/3.1-OAuth2-Users).
- For information about [extensions](https://github.com/dngray/ghacks-thunderbird-user.js/wiki/4.1-Extensions), see the wiki. **Calendar** users should [see this page](https://github.com/dngray/ghacks-thunderbird-user.js/wiki/4.1.1-Calendar). An `user.js` is a configuration file that can control hundreds of Thunderbird settings.
For a more technical breakdown and explanation, you can read more on the [overview](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/1.1-Overview) Wiki page.
### :green_square: Thunderbird user.js
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
The `thunderbird user.js` is a **template** which aims to provide as much privacy and enhanced security as possible.
It differs from the `arkenfox user.js` in that the focus is to keep Thunderbird as an **email 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.
- If you're using Thunderbird with Tor we suggest that you install the [TorBirdy](https://addons.thunderbird.net/addon/torbirdy) add-on. If you are using Tor, you should also consider using [Tails](https://tails.boum.org/) or [Whonix](https://www.whonix.org/).
- If you're a **Gmail** user see [this article about OAuth2](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/3.1-OAuth2-Users).
- For information about [extensions](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/4.1-Extensions), see the Wiki. **Calendar** users should [see this page](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/4.1.1-Calendar).
Also be aware that this `user.js` is made specifically for Thunderbird and has only been tested in the latest stable release. Also be aware that this `user.js` is made specifically for Thunderbird and has only been tested in the latest stable release.
### :large_blue_diamond: acknowledgments ### :orange_square: Sitemap
* [tya99](https://github.com/tya99) most of the ground work and initial port from the Firefox version of [ghacks user.js](https://github.com/ghacksuserjs/ghacks-user.js)
* [dngray](https://github.com/dngray) continual maintenance and Wiki
### :large_blue_diamond: [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) - [Releases](https://github.com/HorlogeSkynet/thunderbird-user.js/releases)
- [Issues](https://github.com/HorlogeSkynet/thunderbird-user.js/issues)
- [Wiki](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki)
### :red_square: Acknowledgments
* [tya99](https://github.com/tya99) most of the ground work and initial port from the Firefox version of [arkenfox user.js](https://github.com/arkenfox/user.js)
* [dngray](https://github.com/dngray) continual maintenance and Wiki
* [HorlogeSkynet](https://github.com/HorlogeSkynet) continual maintenance
### :blue_square: Related Projects
* [CHEF-KOCH/TBCK](https://github.com/CHEF-KOCH/TBCK)
* [Privacy Handbuch](https://www.privacy-handbuch.de/handbuch_31p.htm)

1423
user.js

File diff suppressed because it is too large Load Diff