mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-11-05 15:55:25 +01:00
Compare commits
36 Commits
version/78
...
version/91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e95dc540c9 | ||
|
|
6c5d84bc89 | ||
|
|
db12db282f | ||
|
|
f8466f15dd | ||
|
|
68628a397a | ||
|
|
fb31ebb304 | ||
|
|
50afdb9a57 | ||
|
|
5c59028af9 | ||
|
|
e5fdab03ee | ||
|
|
f45c0a3d75 | ||
|
|
c4172ac672 | ||
|
|
e8f584b901 | ||
|
|
9b7b22420d | ||
|
|
8719ad5a37 | ||
|
|
7ffec7ed57 | ||
|
|
2d82b7cc0c | ||
|
|
c41232b1c3 | ||
|
|
c96eed17c0 | ||
|
|
616c2b1553 | ||
|
|
fc22408d19 | ||
|
|
1196a9ce4f | ||
|
|
714fd1898f | ||
|
|
c54c059011 | ||
|
|
a492b510df | ||
|
|
f7788b2c8a | ||
|
|
ac43ee758d | ||
|
|
74735518be | ||
|
|
881a339584 | ||
|
|
efe11df8e4 | ||
|
|
5a1ff8ddfa | ||
|
|
57073e7516 | ||
|
|
68b3e25656 | ||
|
|
e639a79445 | ||
|
|
3b2afdd532 | ||
|
|
5342ec1619 | ||
|
|
f675a006d5 |
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
@@ -9,9 +9,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
|
|
||||||
- run: npm install -g eslint
|
- run: npm install -g eslint
|
||||||
- run: eslint user.js
|
- run: eslint user.js
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2021 HorlogeSkynet
|
Copyright (c) 2019-2022 HorlogeSkynet
|
||||||
Copyright (c) 2019 dngray
|
Copyright (c) 2019 dngray
|
||||||
Copyright (c) 2019 arkenfox [prev. ghacksuserjs]
|
Copyright (c) 2019 arkenfox [prev. ghacksuserjs]
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,11 @@ For a more technical breakdown and explanation, you can read more on the [overvi
|
|||||||
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
The `thunderbird user.js` is a **template** which aims to provide as much privacy and enhanced security as possible.
|
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).
|
||||||
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.
|
|
||||||
|
Everyone, experts included, should at least read the [implementation](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/1.3-Implementation) wiki page.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
- If you're using Thunderbird (< 68) 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 using Thunderbird (< 68) 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 using **Gmail**, please check [this article about OAuth2](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/3.1-OAuth2-Users).
|
- If you're using **Gmail**, please check [this article about OAuth2](https://github.com/HorlogeSkynet/thunderbird-user.js/wiki/3.1-OAuth2-Users).
|
||||||
|
|||||||
Reference in New Issue
Block a user