mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-09-01 01:18:31 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
d2283b8c91 | |||
32afc0b38d | |||
32663905d0 | |||
4f5cde426c | |||
cc6cab6525 |
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019-2022 HorlogeSkynet
|
||||
Copyright (c) 2019-2023 HorlogeSkynet
|
||||
Copyright (c) 2019 dngray
|
||||
Copyright (c) 2019 arkenfox [prev. ghacksuserjs]
|
||||
|
||||
|
18
user.js
18
user.js
@ -1,7 +1,7 @@
|
||||
/******
|
||||
* name: thunderbird user.js
|
||||
* date: 2 October 2022
|
||||
* version: v102.1
|
||||
* date: 6 March 2023
|
||||
* version: v102.2
|
||||
* url: https://github.com/HorlogeSkynet/thunderbird-user.js
|
||||
* license: MIT (https://github.com/HorlogeSkynet/thunderbird-user.js/blob/master/LICENSE)
|
||||
|
||||
@ -204,6 +204,8 @@ user_pref("mail.rights.override", true); // [DEFAULT: unset]
|
||||
/* 0372: allow Thunderbird usage without any configured email account [SETUP-INSTALL]
|
||||
* [NOTE] Only enable this if you don't plan to use emails at all and want to hide the account setup ***/
|
||||
// user_pref("app.use_without_mail_account", true);
|
||||
/* 0373: disable warning when customizing "From address" ***/
|
||||
// user_pref("mail.compose.warned_about_customize_from", true);
|
||||
/* 0380: disable the new/unread message count badge on taskbar icon
|
||||
* [1] https://www.thunderbird.net/en-US/thunderbird/91.0.2/releasenotes/#whatsnew */
|
||||
// user_pref("mail.biff.show_badge", false); // [WINDOWS]
|
||||
@ -490,7 +492,8 @@ user_pref("security.family_safety.mode", 0);
|
||||
/* 1223: enable strict PKP (Public Key Pinning)
|
||||
* 0=disabled, 1=allow user MiTM (default; such as your antivirus), 2=strict
|
||||
* [SETUP-WEB] MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE: If you rely on an AV (antivirus) to protect
|
||||
* your web browsing by inspecting ALL your web traffic, then override to current default ***/
|
||||
* your web browsing by inspecting ALL your web traffic, then override to current default
|
||||
* [NOTE] It needs to be set to 1 when connecting to the ProtonMail Bridge for the first time ***/
|
||||
user_pref("security.cert_pinning.enforcement_level", 2);
|
||||
/* 1224: enable CRLite [FF73+]
|
||||
* 0 = disabled
|
||||
@ -758,11 +761,6 @@ user_pref("network.cookie.cookieBehavior", 2);
|
||||
* [1] https://feeding.cloud.geek.nz/posts/tweaking-cookies-for-privacy-in-firefox/ ***/
|
||||
user_pref("network.cookie.thirdparty.sessionOnly", true);
|
||||
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
|
||||
/* 2703: delete cookies and site data on close
|
||||
* 0=keep until they expire (default), 2=keep until you close Thunderbird
|
||||
* [NOTE] The setting below is disabled (but not changed) if you block all cookies (2701 = 2)
|
||||
* [SETTING] Privacy & Security > Privacy > Web Content > Keep until: "I close Thunderbird" ***/
|
||||
user_pref("network.cookie.lifetimePolicy", 2);
|
||||
/* 2710: enable Enhanced Tracking Protection (ETP) in all windows ***/
|
||||
user_pref("privacy.trackingprotection.enabled", true);
|
||||
/* 2711: enable various ETP lists ***/
|
||||
@ -1037,8 +1035,8 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
|
||||
user_pref("browser.cache.memory.enable", false);
|
||||
user_pref("browser.cache.memory.capacity", 0);
|
||||
/* 5003: disable saving passwords
|
||||
* [NOTE] This does not clear any passwords already saved ***/
|
||||
user_pref("signon.rememberSignons", false);
|
||||
* [NOTE] This does not clear any already saved passwords and will make TB ask for it every time ***/
|
||||
// user_pref("signon.rememberSignons", false);
|
||||
/* 5004: disable permissions manager from reading or writing to disk [FF41+] [RESTART]
|
||||
* [SETUP-CHROME] This means any permission changes (cookie or mail remote content) are session only
|
||||
* [1] https://bugzilla.mozilla.org/967812 ***/
|
||||
|
Reference in New Issue
Block a user