mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-11-05 07:45:25 +01:00
Compare commits
9 Commits
v102.1
...
version/10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc144d3cb1 | ||
|
|
ac8a715b06 | ||
|
|
439e5b5e7d | ||
|
|
07d26c7881 | ||
|
|
d2283b8c91 | ||
|
|
32afc0b38d | ||
|
|
32663905d0 | ||
|
|
4f5cde426c | ||
|
|
cc6cab6525 |
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2022 HorlogeSkynet
|
Copyright (c) 2019-2023 HorlogeSkynet
|
||||||
Copyright (c) 2019 dngray
|
Copyright (c) 2019 dngray
|
||||||
Copyright (c) 2019 arkenfox [prev. ghacksuserjs]
|
Copyright (c) 2019 arkenfox [prev. ghacksuserjs]
|
||||||
|
|
||||||
|
|||||||
@@ -39,4 +39,4 @@ Also be aware that this `user.js` is made specifically for Thunderbird and is on
|
|||||||
|
|
||||||
* [Privacy Handbuch](https://www.privacy-handbuch.de/handbuch_31p.htm)
|
* [Privacy Handbuch](https://www.privacy-handbuch.de/handbuch_31p.htm)
|
||||||
* [Privacy Haters](http://r-36.net/scm/privacy-haters/file/README.md.html)
|
* [Privacy Haters](http://r-36.net/scm/privacy-haters/file/README.md.html)
|
||||||
* [12bytes.org's user-overrides.js](https://codeberg.org/12bytes.org/thunderbird-user.js-supplement)
|
* [12bytes's user-overrides.js](https://codeberg.org/12bytes/thunderbird-user.js-supplement)
|
||||||
|
|||||||
25
user.js
25
user.js
@@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: thunderbird user.js
|
* name: thunderbird user.js
|
||||||
* date: 2 October 2022
|
* date: 6 March 2023
|
||||||
* version: v102.1
|
* version: v102.2
|
||||||
* url: https://github.com/HorlogeSkynet/thunderbird-user.js
|
* url: https://github.com/HorlogeSkynet/thunderbird-user.js
|
||||||
* license: MIT (https://github.com/HorlogeSkynet/thunderbird-user.js/blob/master/LICENSE)
|
* license: MIT (https://github.com/HorlogeSkynet/thunderbird-user.js/blob/master/LICENSE)
|
||||||
|
|
||||||
@@ -200,10 +200,12 @@ user_pref("mail.instrumentation.userOptedIn", false);
|
|||||||
* true=never show the notification
|
* true=never show the notification
|
||||||
* [1] https://searchfox.org/comm-esr102/source/mail/base/content/specialTabs.js#1266 ***/
|
* [1] https://searchfox.org/comm-esr102/source/mail/base/content/specialTabs.js#1266 ***/
|
||||||
user_pref("mail.rights.override", true); // [DEFAULT: unset]
|
user_pref("mail.rights.override", true); // [DEFAULT: unset]
|
||||||
// user_pref("mail.rights.version", 1) // [DEFAULT: unset]
|
// user_pref("mail.rights.version", 1); // [DEFAULT: unset]
|
||||||
/* 0372: allow Thunderbird usage without any configured email account [SETUP-INSTALL]
|
/* 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 ***/
|
* [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);
|
// 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
|
/* 0380: disable the new/unread message count badge on taskbar icon
|
||||||
* [1] https://www.thunderbird.net/en-US/thunderbird/91.0.2/releasenotes/#whatsnew */
|
* [1] https://www.thunderbird.net/en-US/thunderbird/91.0.2/releasenotes/#whatsnew */
|
||||||
// user_pref("mail.biff.show_badge", false); // [WINDOWS]
|
// 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)
|
/* 1223: enable strict PKP (Public Key Pinning)
|
||||||
* 0=disabled, 1=allow user MiTM (default; such as your antivirus), 2=strict
|
* 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
|
* [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);
|
user_pref("security.cert_pinning.enforcement_level", 2);
|
||||||
/* 1224: enable CRLite [FF73+]
|
/* 1224: enable CRLite [FF73+]
|
||||||
* 0 = disabled
|
* 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/ ***/
|
* [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.sessionOnly", true);
|
||||||
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
|
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 ***/
|
/* 2710: enable Enhanced Tracking Protection (ETP) in all windows ***/
|
||||||
user_pref("privacy.trackingprotection.enabled", true);
|
user_pref("privacy.trackingprotection.enabled", true);
|
||||||
/* 2711: enable various ETP lists ***/
|
/* 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.enable", false);
|
||||||
user_pref("browser.cache.memory.capacity", 0);
|
user_pref("browser.cache.memory.capacity", 0);
|
||||||
/* 5003: disable saving passwords
|
/* 5003: disable saving passwords
|
||||||
* [NOTE] This does not clear any passwords already saved ***/
|
* [NOTE] This does not clear any already saved passwords and will make TB ask for it every time ***/
|
||||||
user_pref("signon.rememberSignons", false);
|
// user_pref("signon.rememberSignons", false);
|
||||||
/* 5004: disable permissions manager from reading or writing to disk [FF41+] [RESTART]
|
/* 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
|
* [SETUP-CHROME] This means any permission changes (cookie or mail remote content) are session only
|
||||||
* [1] https://bugzilla.mozilla.org/967812 ***/
|
* [1] https://bugzilla.mozilla.org/967812 ***/
|
||||||
@@ -1431,9 +1429,9 @@ user_pref("mail.suppress_content_language", true);
|
|||||||
user_pref("mail.sanitize_date_header", true);
|
user_pref("mail.sanitize_date_header", true);
|
||||||
|
|
||||||
/** COMPOSITION ***/
|
/** COMPOSITION ***/
|
||||||
/* 9210: Check spelling before sending [SETUP-FEATURE]
|
/* 9210: Check spelling before sending
|
||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=667133 ***/
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=667133 ***/
|
||||||
user_pref("mail.SpellCheckBeforeSend", false);
|
// user_pref("mail.SpellCheckBeforeSend", false);
|
||||||
/* 9212: Compose email in plaintext unless expressly overridden
|
/* 9212: Compose email in plaintext unless expressly overridden
|
||||||
* [SETUP-FEATURE] Sometimes HTML is useful especially when used with Markdown Here
|
* [SETUP-FEATURE] Sometimes HTML is useful especially when used with Markdown Here
|
||||||
* [SETTING] Account Settings > Composition & Addressing > Composition > Compose messages in HTML format
|
* [SETTING] Account Settings > Composition & Addressing > Composition > Compose messages in HTML format
|
||||||
@@ -1479,6 +1477,7 @@ user_pref("mailnews.display.prefer_plaintext", false);
|
|||||||
* true=Show inlinable attachments (text, images, messages) after the message.
|
* true=Show inlinable attachments (text, images, messages) after the message.
|
||||||
* false=Do not display any attachments with the message ***/
|
* false=Do not display any attachments with the message ***/
|
||||||
user_pref("mail.inline_attachments", false);
|
user_pref("mail.inline_attachments", false);
|
||||||
|
// user_pref("mail.inline_attachments.text", false);
|
||||||
/* 9218: Big attachment warning
|
/* 9218: Big attachment warning
|
||||||
* [1] https://support.mozilla.org/en-US/questions/1081046
|
* [1] https://support.mozilla.org/en-US/questions/1081046
|
||||||
* [2] http://forums.mozillazine.org/viewtopic.php?f=39&t=2949521 */
|
* [2] http://forums.mozillazine.org/viewtopic.php?f=39&t=2949521 */
|
||||||
|
|||||||
Reference in New Issue
Block a user