mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-09-01 17:38:31 +02:00
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
ac6137d6f4 | |||
7bc7c89ac7 | |||
52d0864e41 | |||
37066f8c06 | |||
787ca411fb | |||
68d36833f7 | |||
f9413919b5 | |||
b58655a422 | |||
08b2bf9467 | |||
bc1a74afa7 | |||
8c2ef50da0 |
16
README.md
16
README.md
@ -14,9 +14,10 @@ For a more technical breakdown and explanation, you can read more on the [overvi
|
|||||||
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.
|
||||||
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.
|
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 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 a **Gmail** user see [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).
|
||||||
- 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).
|
- 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.
|
||||||
|
|
||||||
@ -28,11 +29,12 @@ Also be aware that this `user.js` is made specifically for Thunderbird and has o
|
|||||||
|
|
||||||
### :red_square: Acknowledgments
|
### :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)
|
* @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
|
* [@dngray](https://github.com/dngray) continual maintenance and Wiki
|
||||||
* [HorlogeSkynet](https://github.com/HorlogeSkynet) continual maintenance
|
* [@HorlogeSkynet](https://github.com/HorlogeSkynet) continual maintenance
|
||||||
|
|
||||||
### :blue_square: Related Projects
|
### :blue_square: Related Projects
|
||||||
|
|
||||||
* [CHEF-KOCH/TBCK](https://github.com/CHEF-KOCH/TBCK)
|
* [~~CHEF-KOCH/TBCK~~](https://github.com/CHEF-KOCH/TBCK)
|
||||||
* [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)
|
||||||
|
98
user.js
98
user.js
@ -30,7 +30,7 @@
|
|||||||
[SETUP-HARDEN] maybe you should consider using the Tor Browser
|
[SETUP-HARDEN] maybe you should consider using the Tor Browser
|
||||||
* [WARNING] tags are extra special and used sparingly, so heed them
|
* [WARNING] tags are extra special and used sparingly, so heed them
|
||||||
4. BACKUP your profile folder before implementing (and/or test in a new/cloned profile)
|
4. BACKUP your profile folder before implementing (and/or test in a new/cloned profile)
|
||||||
5. KEEP UP TO DATE: https://github.com/HorlogeSkynet/thunderbird-user.js/wiki#small_orange_diamond-maintenance
|
5. KEEP UP TO DATE: https://github.com/arkenfox/user.js/wiki#small_orange_diamond-maintenance
|
||||||
|
|
||||||
* INDEX:
|
* INDEX:
|
||||||
0100: STARTUP
|
0100: STARTUP
|
||||||
@ -83,7 +83,7 @@ user_pref("browser.aboutConfig.showWarning", false); // HTML version [FF71+]
|
|||||||
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
|
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
|
||||||
/* 0101: disable default browser check
|
/* 0101: disable default browser check
|
||||||
* [SETTING] Edit>Preferences>Advanced>Always check to see if Thunderbird is the default mail client on startup ***/
|
* [SETTING] Edit>Preferences>Advanced>Always check to see if Thunderbird is the default mail client on startup ***/
|
||||||
user_pref("mail.shell.checkDefaultMail", false);
|
user_pref("mail.shell.checkDefaultClient", false);
|
||||||
/* 0102: set START page
|
/* 0102: set START page
|
||||||
* [SETTING] Edit>Preferences>General>Thunderbird Start Page ***/
|
* [SETTING] Edit>Preferences>General>Thunderbird Start Page ***/
|
||||||
user_pref("mailnews.start_page.enabled", false);
|
user_pref("mailnews.start_page.enabled", false);
|
||||||
@ -188,27 +188,34 @@ user_pref("toolkit.telemetry.updatePing.enabled", false); // [FF56+]
|
|||||||
user_pref("toolkit.telemetry.bhrPing.enabled", false); // [FF57+] Background Hang Reporter
|
user_pref("toolkit.telemetry.bhrPing.enabled", false); // [FF57+] Background Hang Reporter
|
||||||
user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+]
|
user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+]
|
||||||
/* 0340: disable Health Reports
|
/* 0340: disable Health Reports
|
||||||
* [SETTING] Privacy & Security>Thunderbird Data Collection & Use>Allow Firefox to send technical... data ***/
|
* [SETTING] Privacy & Security>Thunderbird Data Collection & Use>Allow Thunderbird to send technical... data ***/
|
||||||
user_pref("datareporting.healthreport.uploadEnabled", false);
|
user_pref("datareporting.healthreport.uploadEnabled", false);
|
||||||
/* 0341: disable new data submission, master kill switch [FF41+]
|
/* 0341: disable new data submission, master kill switch [FF41+]
|
||||||
* If disabled, no policy is shown or upload takes place, ever
|
* If disabled, no policy is shown or upload takes place, ever
|
||||||
* [1] https://bugzilla.mozilla.org/1195552 ***/
|
* [1] https://bugzilla.mozilla.org/1195552 ***/
|
||||||
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||||
/* 0342: disable Studies (see 0503)
|
/* 0342: disable Studies (see 0503)
|
||||||
* [SETTING] Privacy & Security>Thunderbird Data Collection & Use>Allow Firefox to install and run studies ***/
|
* [NOTE] This option is missing from Thunderbird's preferences panel (hidden?) ***/
|
||||||
user_pref("app.shield.optoutstudies.enabled", false);
|
user_pref("app.shield.optoutstudies.enabled", false);
|
||||||
/* 0350: disable Crash Reports ***/
|
/* 0350: disable Crash Reports ***/
|
||||||
user_pref("breakpad.reportURL", "");
|
user_pref("breakpad.reportURL", "");
|
||||||
user_pref("browser.tabs.crashReporting.sendReport", false); // [FF44+]
|
user_pref("browser.tabs.crashReporting.sendReport", false); // [FF44+]
|
||||||
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // [FF51+]
|
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // [FF51+]
|
||||||
/* 0351: disable backlogged Crash Reports
|
/* 0351: disable backlogged Crash Reports
|
||||||
* [SETTING] Privacy & Security>Thunderbird Data Collection & Use>Allow Firefox to send backlogged crash reports ***/
|
* [SETTING] Privacy & Security>Thunderbird Data Collection & Use>Allow Thunderbird to send backlogged crash reports ***/
|
||||||
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); // [FF58+]
|
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false); // [FF58+]
|
||||||
|
/* 0370: disable UI instrumentation ***/
|
||||||
|
user_pref("mail.instrumentation.postUrl", "")
|
||||||
|
user_pref("mail.instrumentation.askUser", false)
|
||||||
|
user_pref("mail.instrumentation.userOptedIn", false)
|
||||||
/* 0390: disable Captive Portal detection
|
/* 0390: disable Captive Portal detection
|
||||||
* [1] https://www.eff.org/deeplinks/2017/08/how-captive-portals-interfere-wireless-security-and-privacy
|
* [1] https://www.eff.org/deeplinks/2017/08/how-captive-portals-interfere-wireless-security-and-privacy
|
||||||
* [2] https://wiki.mozilla.org/Necko/CaptivePortal ***/
|
* [2] https://wiki.mozilla.org/Necko/CaptivePortal ***/
|
||||||
user_pref("captivedetect.canonicalURL", "");
|
user_pref("captivedetect.canonicalURL", "");
|
||||||
user_pref("network.captive-portal-service.enabled", false); // [FF52+]
|
user_pref("network.captive-portal-service.enabled", false); // [FF52+]
|
||||||
|
/* 0391: disable Network Connectivity checks [FF65+]
|
||||||
|
* [1] https://bugzilla.mozilla.org/1460537 ***/
|
||||||
|
user_pref("network.connectivity-service.enabled", false);
|
||||||
|
|
||||||
/*** [SECTION 0400]: BLOCKLISTS / SAFE BROWSING (SB) ***/
|
/*** [SECTION 0400]: BLOCKLISTS / SAFE BROWSING (SB) ***/
|
||||||
user_pref("_user.js.parrot", "0400 syntax error: the parrot's passed on!");
|
user_pref("_user.js.parrot", "0400 syntax error: the parrot's passed on!");
|
||||||
@ -333,6 +340,7 @@ user_pref("_user.js.parrot", "0700 syntax error: the parrot's given up the ghost
|
|||||||
* [1] https://github.com/arkenfox/user.js/issues/437#issuecomment-403740626
|
* [1] https://github.com/arkenfox/user.js/issues/437#issuecomment-403740626
|
||||||
* [2] https://www.internetsociety.org/tag/ipv6-security/ (see Myths 2,4,5,6) ***/
|
* [2] https://www.internetsociety.org/tag/ipv6-security/ (see Myths 2,4,5,6) ***/
|
||||||
user_pref("network.dns.disableIPv6", true);
|
user_pref("network.dns.disableIPv6", true);
|
||||||
|
user_pref("network.notify.IPv6", false);
|
||||||
/* 0702: disable HTTP2
|
/* 0702: disable HTTP2
|
||||||
* HTTP2 raises concerns with "multiplexing" and "server push", does nothing to
|
* HTTP2 raises concerns with "multiplexing" and "server push", does nothing to
|
||||||
* enhance privacy, and opens up a number of server-side fingerprinting opportunities.
|
* enhance privacy, and opens up a number of server-side fingerprinting opportunities.
|
||||||
@ -942,6 +950,10 @@ user_pref("permissions.default.xr", 2);
|
|||||||
|
|
||||||
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
||||||
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
||||||
|
/* 2601: prevent accessibility services from accessing your browser [RESTART] [SETUP-FEATURE]
|
||||||
|
* [SETTING] Privacy & Security>Permissions>Prevent accessibility services from accessing your browser (FF80 or lower)
|
||||||
|
* [1] https://support.mozilla.org/kb/accessibility-services ***/
|
||||||
|
user_pref("accessibility.force_disabled", 1);
|
||||||
/* 2602: disable sending additional analytics to web servers
|
/* 2602: disable sending additional analytics to web servers
|
||||||
* [1] https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon ***/
|
* [1] https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon ***/
|
||||||
user_pref("beacon.enabled", false);
|
user_pref("beacon.enabled", false);
|
||||||
@ -953,9 +965,10 @@ user_pref("devtools.chrome.enabled", false);
|
|||||||
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/16222 ***/
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/16222 ***/
|
||||||
user_pref("devtools.debugger.remote-enabled", false); // [DEFAULT: false]
|
user_pref("devtools.debugger.remote-enabled", false); // [DEFAULT: false]
|
||||||
/* 2609: disable MathML (Mathematical Markup Language) [FF51+] [SETUP-HARDEN]
|
/* 2609: disable MathML (Mathematical Markup Language) [FF51+] [SETUP-HARDEN]
|
||||||
|
* [NOTE] Unlike arkenfox/user.js, we explicitly disable it
|
||||||
* [TEST] https://arkenfox.github.io/TZP/tzp.html#misc
|
* [TEST] https://arkenfox.github.io/TZP/tzp.html#misc
|
||||||
* [1] https://bugzilla.mozilla.org/1173199 ***/
|
* [1] https://bugzilla.mozilla.org/1173199 ***/
|
||||||
// user_pref("mathml.disabled", true);
|
user_pref("mathml.disabled", true);
|
||||||
/* 2610: disable in-content SVG (Scalable Vector Graphics) [FF53+]
|
/* 2610: disable in-content SVG (Scalable Vector Graphics) [FF53+]
|
||||||
* [NOTE] In FF70+ and ESR68.1.0+ this no longer affects extensions (1564208)
|
* [NOTE] In FF70+ and ESR68.1.0+ this no longer affects extensions (1564208)
|
||||||
* [WARNING] Expect breakage incl. youtube player controls. Best left for a "hardened" profile.
|
* [WARNING] Expect breakage incl. youtube player controls. Best left for a "hardened" profile.
|
||||||
@ -967,7 +980,7 @@ user_pref("middlemouse.contentLoadURL", false);
|
|||||||
/* 2614: limit HTTP redirects (this does not control redirects with HTML meta tags or JS)
|
/* 2614: limit HTTP redirects (this does not control redirects with HTML meta tags or JS)
|
||||||
* [NOTE] A low setting of 5 or under will probably break some sites (e.g. gmail logins)
|
* [NOTE] A low setting of 5 or under will probably break some sites (e.g. gmail logins)
|
||||||
* To control HTML Meta tag and JS redirects, use an extension. Default is 20 ***/
|
* To control HTML Meta tag and JS redirects, use an extension. Default is 20 ***/
|
||||||
user_pref("network.http.redirection-limit", 10);
|
user_pref("network.http.redirection-limit", 8);
|
||||||
/* 2619: enforce Punycode for Internationalized Domain Names to eliminate possible spoofing
|
/* 2619: enforce Punycode for Internationalized Domain Names to eliminate possible spoofing
|
||||||
* Firefox has *some* protections, but it is better to be safe than sorry
|
* Firefox has *some* protections, but it is better to be safe than sorry
|
||||||
* [SETUP-WEB] Might be undesirable for non-latin alphabet users since legitimate IDN's are also punycoded
|
* [SETUP-WEB] Might be undesirable for non-latin alphabet users since legitimate IDN's are also punycoded
|
||||||
@ -1007,7 +1020,7 @@ user_pref("browser.download.hide_plugins_without_extensions", false);
|
|||||||
* XPI files which are installed outside of profile and application directories
|
* XPI files which are installed outside of profile and application directories
|
||||||
* [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
|
* [1] https://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
|
||||||
* [1] archived: https://archive.is/DYjAM ***/
|
* [1] archived: https://archive.is/DYjAM ***/
|
||||||
user_pref("extensions.enabledScopes", 5); // [HIDDEN PREF]
|
user_pref("extensions.enabledScopes", 1); // [HIDDEN PREF]
|
||||||
user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
|
user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
|
||||||
/* 2662: disable webextension restrictions on certain mozilla domains (you also need 4503) [FF60+]
|
/* 2662: disable webextension restrictions on certain mozilla domains (you also need 4503) [FF60+]
|
||||||
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384330,1406795,1415644,1453988 ***/
|
||||||
@ -1087,6 +1100,21 @@ user_pref("dom.storageManager.enabled", false);
|
|||||||
Firefox interface as "Browsing & Download History" and their values will be synced
|
Firefox interface as "Browsing & Download History" and their values will be synced
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
||||||
|
/* 2802: enable Thunderbird to clear items on shutdown (see 2803)
|
||||||
|
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
||||||
|
/* 2803: set what items to clear on shutdown (if 2802 is true) [SETUP-CHROME]
|
||||||
|
* [NOTE] If 'history' is true, downloads will also be cleared regardless of the value
|
||||||
|
* but if 'history' is false, downloads can still be cleared independently
|
||||||
|
* However, this may not always be the case. The interface combines and syncs these
|
||||||
|
* prefs when set from there, and the sanitize code may change at any time ***/
|
||||||
|
user_pref("privacy.clearOnShutdown.cache", true);
|
||||||
|
user_pref("privacy.clearOnShutdown.cookies", true);
|
||||||
|
user_pref("privacy.clearOnShutdown.downloads", true); // see note above
|
||||||
|
user_pref("privacy.clearOnShutdown.formdata", true); // Form & Search History
|
||||||
|
user_pref("privacy.clearOnShutdown.history", true); // Browsing & Download History
|
||||||
|
user_pref("privacy.clearOnShutdown.offlineApps", true); // Offline Website Data
|
||||||
|
user_pref("privacy.clearOnShutdown.sessions", true); // Active Logins
|
||||||
|
user_pref("privacy.clearOnShutdown.siteSettings", false); // Site Preferences
|
||||||
/* 2804: reset default items to clear with Ctrl-Shift-Del (to match 2803) [SETUP-CHROME]
|
/* 2804: reset default items to clear with Ctrl-Shift-Del (to match 2803) [SETUP-CHROME]
|
||||||
* This dialog can also be accessed from the menu History>Clear Recent History
|
* This dialog can also be accessed from the menu History>Clear Recent History
|
||||||
* Firefox remembers your last choices. This will reset them when you start Firefox.
|
* Firefox remembers your last choices. This will reset them when you start Firefox.
|
||||||
@ -1374,6 +1402,8 @@ user_pref("_user.js.parrot", "5000 syntax error: this is an ex-parrot!");
|
|||||||
/* CONTENT BEHAVIOR ***/
|
/* CONTENT BEHAVIOR ***/
|
||||||
// user_pref("accessibility.typeaheadfind", true); // enable "Find As You Type"
|
// user_pref("accessibility.typeaheadfind", true); // enable "Find As You Type"
|
||||||
// user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]
|
// user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]
|
||||||
|
/* RETURN RECEIPT BEHAVIOR ***/
|
||||||
|
// user_pref("mail.mdn.report.enabled", false); // disable return receipt sending unconditionally
|
||||||
/* UX BEHAVIOR ***/
|
/* UX BEHAVIOR ***/
|
||||||
// user_pref("general.autoScroll", false); // middle-click enabling auto-scrolling [DEFAULT: false on Linux]
|
// user_pref("general.autoScroll", false); // middle-click enabling auto-scrolling [DEFAULT: false on Linux]
|
||||||
// user_pref("ui.key.menuAccessKey", 0); // disable alt key toggling the menu bar [RESTART]
|
// user_pref("ui.key.menuAccessKey", 0); // disable alt key toggling the menu bar [RESTART]
|
||||||
@ -1411,7 +1441,7 @@ user_pref("mailnews.auto_config.fetchFromISP.sendEmailAddress", false);
|
|||||||
user_pref("mailnews.auto_config.fetchFromExchange.enabled", false);
|
user_pref("mailnews.auto_config.fetchFromExchange.enabled", false);
|
||||||
user_pref("mailnews.auto_config_url", "");
|
user_pref("mailnews.auto_config_url", "");
|
||||||
user_pref("mailnews.auto_config.addons_url","");
|
user_pref("mailnews.auto_config.addons_url","");
|
||||||
/* 6001: Disable account provisioning [SETUP-INSTALL]
|
/* 6002: Disable account provisioning [SETUP-INSTALL]
|
||||||
* This option allows users to create a new email account through partner providers.
|
* This option allows users to create a new email account through partner providers.
|
||||||
* [1] https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Account_Provisioner ***/
|
* [1] https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Account_Provisioner ***/
|
||||||
user_pref("mail.provider.enabled", false);
|
user_pref("mail.provider.enabled", false);
|
||||||
@ -1473,7 +1503,7 @@ user_pref("mailnews.display.date_senders_timezone", false);
|
|||||||
/* 6007: Address book collection
|
/* 6007: Address book collection
|
||||||
* [SETUP-FEATURE] Disable address book email collection
|
* [SETUP-FEATURE] Disable address book email collection
|
||||||
* Consider using https://addons.thunderbird.net/addon/cardbook instead ***/
|
* Consider using https://addons.thunderbird.net/addon/cardbook instead ***/
|
||||||
user_pref("mail.collect_addressbook", false);
|
user_pref("mail.collect_addressbook", ""); // [DEFAULT: "jsaddrbook://history.sqlite"]
|
||||||
user_pref("mail.collect_email_address_outgoing", false);
|
user_pref("mail.collect_email_address_outgoing", false);
|
||||||
|
|
||||||
/*** [SECTION 6100]: EMAIL COMPOSITION (ENCODING / FORMAT / VIEW)
|
/*** [SECTION 6100]: EMAIL COMPOSITION (ENCODING / FORMAT / VIEW)
|
||||||
@ -1572,7 +1602,7 @@ user_pref("media.hardware-video-decoding.enabled", false);
|
|||||||
user_pref("permissions.default.image", 2);
|
user_pref("permissions.default.image", 2);
|
||||||
|
|
||||||
/*** [SECTION 6200]: OTHER THUNDERBIRD COMPONENTS (CHAT / CALENDAR / RSS)
|
/*** [SECTION 6200]: OTHER THUNDERBIRD COMPONENTS (CHAT / CALENDAR / RSS)
|
||||||
Options that relate to other Thunderbird components such as the chat client, calendar and rss)
|
Options that relate to other Thunderbird components such as the chat client, calendar and RSS)
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "6200 syntax error: this parrot is not tweeting!");
|
user_pref("_user.js.parrot", "6200 syntax error: this parrot is not tweeting!");
|
||||||
|
|
||||||
@ -1587,59 +1617,63 @@ user_pref("purple.logging.log_ims", false);
|
|||||||
user_pref("purple.logging.log_system", false);
|
user_pref("purple.logging.log_system", false);
|
||||||
/* 6205: Disable typing notifications ***/
|
/* 6205: Disable typing notifications ***/
|
||||||
user_pref("purple.conversations.im.send_typing", false);
|
user_pref("purple.conversations.im.send_typing", false);
|
||||||
/* 6210: When chat is enabled, do not connect to accounts automatically
|
/* 6206: When chat is enabled, do not connect to accounts automatically
|
||||||
* 0=Do not connect / show the account manager,
|
* 0=Do not connect / show the account manager,
|
||||||
* 1=Connect automatically. (Default) ***/
|
* 1=Connect automatically. (Default) ***/
|
||||||
// user_pref("messenger.startup.action", 0);
|
// user_pref("messenger.startup.action", 0);
|
||||||
|
|
||||||
/** CALENDAR ***/
|
/** CALENDAR ***/
|
||||||
/* 6206: Disable calendar integration
|
/* 6210: Disable calendar integration
|
||||||
* [SETUP-FEATURE] Lightning calendar add-on is integrated in Thunderbird 38 and later.
|
* [SETUP-FEATURE] Lightning calendar add-on is integrated in Thunderbird 38 and later.
|
||||||
* Keeping this preference false allows us to properly show the opt-in/opt-out dialog
|
* Keeping this preference false allows us to properly show the opt-in/opt-out dialog
|
||||||
* on new profiles fresh start, see [3].
|
* on new profiles fresh start, see [3].
|
||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=401779
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=401779
|
||||||
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1130854
|
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1130854
|
||||||
* [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1130852 ***/
|
* [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1130852 ***/
|
||||||
user_pref("mail.calendar-integration.opt-out", false);
|
user_pref("mail.calendar-integration.opt-out", false);
|
||||||
/* 6207: Set user agent for calendar ***/
|
/* 6211: Set user agent for calendar ***/
|
||||||
user_pref("calendar.useragent.extra", "");
|
user_pref("calendar.useragent.extra", "");
|
||||||
|
/* 6212: Set calendar timezone to avoid system detection [SETUP-INSTALL]
|
||||||
|
* By default, extensive system detection would be performed to find user's current timezone.
|
||||||
|
* Setting this preference to "UTC" should disable it.
|
||||||
|
* You may also directly set it to your timezone, i.e. "Pacific/Fakaofo" ***/
|
||||||
|
user_pref("calendar.timezone.local", "UTC"); // [DEFAULT: ""]
|
||||||
|
|
||||||
/** RSS ***/
|
/** RSS ***/
|
||||||
/** These features don't actually do anything as they aren't implemented
|
/* These features used not to do anything as they weren't implemented.
|
||||||
* [1] https://dxr.mozilla.org/comm-release/source/mail/base/content/mailWindowOverlay.js#649
|
* [1] https://dxr.mozilla.org/comm-release/source/mail/base/content/mailWindowOverlay.js#649
|
||||||
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=458606#c9
|
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=458606#c9 ***/
|
||||||
/* 6208: What classes can process incoming data.
|
/* 6220: What classes can process incoming data.
|
||||||
* (0=All classes (default), 1=Don't display HTML, 2=Don't display HTML and inline images,
|
* (0=All classes (default), 1=Don't display HTML, 2=Don't display HTML and inline images,
|
||||||
* 3=Don't display HTML, inline images and some other uncommon types, 100=Use a hard coded list)
|
* 3=Don't display HTML, inline images and some other uncommon types, 100=Use a hard coded list)
|
||||||
* [1] https://www.privacy-handbuch.de/handbuch_31j.htm
|
* [1] https://www.privacy-handbuch.de/handbuch_31j.htm ***/
|
||||||
user_pref("rss.display.disallow_mime_handlers", 3);
|
user_pref("rss.display.disallow_mime_handlers", 3);
|
||||||
/* 6209: How to display HTML parts of a message body
|
/* 6221: How to display HTML parts of a message body
|
||||||
* (0=Display the HTML normally (default), 1=Convert it to text and then back again
|
* (0=Display the HTML normally (default), 1=Convert it to text and then back again
|
||||||
* 2=Display the HTML source, 3=Sanitize the HTML, 4=Display all body parts)
|
* 2=Display the HTML source, 3=Sanitize the HTML, 4=Display all body parts)
|
||||||
* (in trunk builds later than 2011-07-23)
|
* (in trunk builds later than 2011-07-23)
|
||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=602718
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=602718
|
||||||
* [2] https://hg.mozilla.org/comm-central/rev/c1ef44a22eb2
|
* [2] https://hg.mozilla.org/comm-central/rev/c1ef44a22eb2
|
||||||
* [3] https://www.bucksch.org/1/projects/mozilla/108153/
|
* [3] https://www.bucksch.org/1/projects/mozilla/108153/ ***/
|
||||||
user_pref("rss.display.html_as", 1);
|
user_pref("rss.display.html_as", 1);
|
||||||
/* 6210: Prefer to view as plaintext or html
|
/* 6222: Prefer to view as plaintext or html
|
||||||
* true=Display a message as plain text when there is both a HTML and a plain
|
* true=Display a message as plain text when there is both a HTML and a plain
|
||||||
* text version of a message body
|
* text version of a message body
|
||||||
* false=Display a message as HTML when there is both a HTML and a plain text
|
* false=Display a message as HTML when there is both a HTML and a plain text
|
||||||
* version of a message body. (default)
|
* version of a message body. (default) ***/
|
||||||
user_pref("rss.display.prefer_plaintext", true);
|
user_pref("rss.display.prefer_plaintext", true);
|
||||||
**/
|
/* 6223: Feed message display (summary or web page), on open.
|
||||||
/* 6211: Feed message display (summary or web page), on open.
|
|
||||||
* Action on double click or enter in threadpane for a feed message.
|
* Action on double click or enter in threadpane for a feed message.
|
||||||
* 0=open content-base url in new window, 1=open summary in new window,
|
* 0=open content-base url in new window, 1=open summary in new window,
|
||||||
* 2=toggle load summary and content-base url in message pane,
|
* 2=toggle load summary and content-base url in message pane,
|
||||||
* 3=load content-base url in browser
|
* 3=load content-base url in browser
|
||||||
* [1] http://forums.mozillazine.org/viewtopic.php?f=39&t=2502335 ***/
|
* [1] http://forums.mozillazine.org/viewtopic.php?f=39&t=2502335 ***/
|
||||||
user_pref("rss.show.content-base", 3);
|
user_pref("rss.show.content-base", 3);
|
||||||
/* 6212: Feed message display (summary or web page), on select.
|
/* 6224: Feed message display (summary or web page), on select.
|
||||||
* 0=global override, load web page, 1=global override, load summary,
|
* 0=global override, load web page, 1=global override, load summary,
|
||||||
* 2=use default feed folder setting from Subscribe dialog; if no setting default to 1 ***/
|
* 2=use default feed folder setting from Subscribe dialog; if no setting default to 1 ***/
|
||||||
user_pref("rss.show.summary", 1);
|
user_pref("rss.show.summary", 1);
|
||||||
/* 6213: Feed message additional web page display.
|
/* 6225: Feed message additional web page display.
|
||||||
* 0=no action, 1=load web page in default browser, on select ***/
|
* 0=no action, 1=load web page in default browser, on select ***/
|
||||||
user_pref("rss.message.loadWebPageOnSelect", 0);
|
user_pref("rss.message.loadWebPageOnSelect", 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user