mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2026-09-14 05:38:13 +02:00
Compare commits
14
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ead2c540e | ||
|
|
f2ecabf52d | ||
|
|
5a6144cebd | ||
|
|
245d87d3b2 | ||
|
|
da933f9120 | ||
|
|
73bb8f0cea | ||
|
|
78aaf2644d | ||
|
|
632eef3e30 | ||
|
|
434cc5bc46 | ||
|
|
556709d1a4 | ||
|
|
2d95f4e72d | ||
|
|
ea99b5060f | ||
|
|
5bc3964b62 | ||
|
|
d7983009a8 |
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2025 HorlogeSkynet
|
Copyright (c) 2019-2026 HorlogeSkynet
|
||||||
Copyright (c) 2019 dngray
|
Copyright (c) 2019 dngray
|
||||||
Copyright (c) 2019 arkenfox [prev. ghacksuserjs]
|
Copyright (c) 2019 arkenfox [prev. ghacksuserjs]
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: thunderbird user.js
|
* name: thunderbird user.js
|
||||||
* date: 28 September 2025
|
* date: 12 September 2026
|
||||||
* version: v140.1
|
* version: v153.0
|
||||||
* 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)
|
||||||
|
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
[SETUP-SECURITY] it's one item, read it
|
[SETUP-SECURITY] it's one item, read it
|
||||||
[SETUP-WEB] can cause some websites to break
|
[SETUP-WEB] can cause some websites to break
|
||||||
[SETUP-CHROME] changes how Thunderbird itself behaves (i.e. not directly website related)
|
[SETUP-CHROME] changes how Thunderbird itself behaves (i.e. not directly website related)
|
||||||
|
[SETUP-HARDEN] prefs you may like to add to overrides
|
||||||
|
|
||||||
* RELEASES: https://github.com/HorlogeSkynet/thunderbird-user.js/releases
|
* RELEASES: https://github.com/HorlogeSkynet/thunderbird-user.js/releases
|
||||||
|
|
||||||
@@ -47,7 +48,7 @@
|
|||||||
0600: BLOCK IMPLICIT OUTBOUND
|
0600: BLOCK IMPLICIT OUTBOUND
|
||||||
0700: DNS / DoH / PROXY / SOCKS
|
0700: DNS / DoH / PROXY / SOCKS
|
||||||
0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS
|
0800: LOCATION BAR / SEARCH BAR / SUGGESTIONS / HISTORY / FORMS
|
||||||
0900: PASSWORDS
|
0900: PASSWORDS / PASSKEYS
|
||||||
1000: DISK AVOIDANCE
|
1000: DISK AVOIDANCE
|
||||||
1200: HTTPS (SSL/TLS / OCSP / CERTS / HPKP)
|
1200: HTTPS (SSL/TLS / OCSP / CERTS / HPKP)
|
||||||
1600: REFERERS
|
1600: REFERERS
|
||||||
@@ -112,7 +113,7 @@ user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
|||||||
* [1] https://support.mozilla.org/kb/personalized-extension-recommendations ***/
|
* [1] https://support.mozilla.org/kb/personalized-extension-recommendations ***/
|
||||||
user_pref("browser.discovery.enabled", false);
|
user_pref("browser.discovery.enabled", false);
|
||||||
|
|
||||||
/** STUDIES ***/
|
/** STUDIES/ROLLOUTS ***/
|
||||||
/* 0340: disable Studies
|
/* 0340: disable Studies
|
||||||
* [NOTE] This option is missing from Thunderbird's preferences panel (hidden?) ***/
|
* [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);
|
||||||
@@ -121,6 +122,9 @@ user_pref("app.shield.optoutstudies.enabled", false);
|
|||||||
* [1] https://mozilla.github.io/normandy/ ***/
|
* [1] https://mozilla.github.io/normandy/ ***/
|
||||||
user_pref("app.normandy.enabled", false);
|
user_pref("app.normandy.enabled", false);
|
||||||
user_pref("app.normandy.api_url", "");
|
user_pref("app.normandy.api_url", "");
|
||||||
|
/* 0342: disable rollouts [FF148+]
|
||||||
|
* [SETTING] Permissions and data>Thunderbird data collection and use>Allow Thunderbird to improve... between updates ***/
|
||||||
|
user_pref("nimbus.rollouts.enabled", false);
|
||||||
|
|
||||||
/** CRASH REPORTS ***/
|
/** CRASH REPORTS ***/
|
||||||
/* 0350: disable Crash Reports ***/
|
/* 0350: disable Crash Reports ***/
|
||||||
@@ -184,12 +188,16 @@ user_pref("app.donation.eoy.version.viewed", 999);
|
|||||||
SB has taken many steps to preserve privacy. If required, a full url is never sent
|
SB has taken many steps to preserve privacy. If required, a full url is never sent
|
||||||
to Google, only a part-hash of the prefix, hidden with noise of other real part-hashes.
|
to Google, only a part-hash of the prefix, hidden with noise of other real part-hashes.
|
||||||
Thunderbird takes measures such as stripping out identifying parameters and since SBv4 (FF57+)
|
Thunderbird takes measures such as stripping out identifying parameters and since SBv4 (FF57+)
|
||||||
doesn't even use cookies. (#Turn on browser.safebrowsing.debug to monitor this activity)
|
doesn't even use cookies. (#Turn on browser.safebrowsing.debug to monitor this activity).
|
||||||
|
|
||||||
|
FF147+ uses SBv5 which incorporates Oblivous HTTP [5] and SBv5's local list mode [6]
|
||||||
|
|
||||||
[1] https://feeding.cloud.geek.nz/posts/how-safe-browsing-works-in-firefox/
|
[1] https://feeding.cloud.geek.nz/posts/how-safe-browsing-works-in-firefox/
|
||||||
[2] https://wiki.mozilla.org/Security/Safe_Browsing
|
[2] https://wiki.mozilla.org/Security/Safe_Browsing
|
||||||
[3] https://support.mozilla.org/kb/how-does-phishing-and-malware-protection-work
|
[3] https://support.mozilla.org/kb/how-does-phishing-and-malware-protection-work
|
||||||
[4] https://educatedguesswork.org/posts/safe-browsing-privacy/
|
[4] https://educatedguesswork.org/posts/safe-browsing-privacy/
|
||||||
|
[5] https://developers.google.com/safe-browsing/reference
|
||||||
|
[6] https://developers.google.com/safe-browsing/reference/Local.List.Mode
|
||||||
***/
|
***/
|
||||||
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!");
|
||||||
/* 0401: disable SB (Safe Browsing)
|
/* 0401: disable SB (Safe Browsing)
|
||||||
@@ -224,9 +232,6 @@ user_pref("network.prefetch-next", false);
|
|||||||
* [1] https://developer.mozilla.org/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control ***/
|
* [1] https://developer.mozilla.org/docs/Web/HTTP/Headers/X-DNS-Prefetch-Control ***/
|
||||||
user_pref("network.dns.disablePrefetch", true);
|
user_pref("network.dns.disablePrefetch", true);
|
||||||
user_pref("network.dns.disablePrefetchFromHTTPS", true);
|
user_pref("network.dns.disablePrefetchFromHTTPS", true);
|
||||||
/* 0603: disable predictor / prefetching ***/
|
|
||||||
user_pref("network.predictor.enabled", false);
|
|
||||||
user_pref("network.predictor.enable-prefetch", false); // [FF48+] [DEFAULT: false]
|
|
||||||
/* 0604: disable link-mouseover opening connection to linked server
|
/* 0604: disable link-mouseover opening connection to linked server
|
||||||
* [1] https://news.slashdot.org/story/15/08/14/2321202/how-to-quash-firefoxs-silent-requests ***/
|
* [1] https://news.slashdot.org/story/15/08/14/2321202/how-to-quash-firefoxs-silent-requests ***/
|
||||||
user_pref("network.http.speculative-parallel-limit", 0);
|
user_pref("network.http.speculative-parallel-limit", 0);
|
||||||
@@ -267,9 +272,10 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] [DEFAULT: ""]
|
|||||||
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1732792,1733994,1733481 ***/
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1732792,1733994,1733481 ***/
|
||||||
// user_pref("network.proxy.allow_bypass", false);
|
// user_pref("network.proxy.allow_bypass", false);
|
||||||
/* 0710: enable DNS-over-HTTPS (DoH) [FF60+]
|
/* 0710: enable DNS-over-HTTPS (DoH) [FF60+]
|
||||||
* 0=default, 2=increased (TRR (Trusted Recursive Resolver) first), 3=max (TRR only), 5=off (no rollout)
|
* 0=default, 2=increased (Trusted Recursive Resolver first = custom + no warning)
|
||||||
|
* 3=max (TRR only = custom + always warn), 5=off (no rollout)
|
||||||
* see "doh-rollout.home-region": USA 2019, Canada 2021, Russia/Ukraine 2022 [3]
|
* see "doh-rollout.home-region": USA 2019, Canada 2021, Russia/Ukraine 2022 [3]
|
||||||
* [SETTING] Privacy & Security>DNS over HTTPS
|
* [SETTING] Privacy and security>DNS over HTTPS>Advanced Settings
|
||||||
* [1] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/
|
* [1] https://hacks.mozilla.org/2018/05/a-cartoon-intro-to-dns-over-https/
|
||||||
* [2] https://wiki.mozilla.org/Security/DOH-resolver-policy
|
* [2] https://wiki.mozilla.org/Security/DOH-resolver-policy
|
||||||
* [3] https://support.mozilla.org/kb/firefox-dns-over-https
|
* [3] https://support.mozilla.org/kb/firefox-dns-over-https
|
||||||
@@ -278,7 +284,7 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF] [DEFAULT: ""]
|
|||||||
/* 0712: set DoH provider
|
/* 0712: set DoH provider
|
||||||
* The custom uri is the value shown when you "Choose provider>Custom>"
|
* The custom uri is the value shown when you "Choose provider>Custom>"
|
||||||
* [NOTE] If you USE custom then "network.trr.uri" should be set the same
|
* [NOTE] If you USE custom then "network.trr.uri" should be set the same
|
||||||
* [SETTING] Privacy & Security>DNS over HTTPS>Increased/Max>Choose provider ***/
|
* [SETTING] Privacy and security>DNS over HTTPS>Advanced settings>Custom>Choose provider ***/
|
||||||
// user_pref("network.trr.uri", "https://example.dns");
|
// user_pref("network.trr.uri", "https://example.dns");
|
||||||
// user_pref("network.trr.custom_uri", "https://example.dns");
|
// user_pref("network.trr.custom_uri", "https://example.dns");
|
||||||
|
|
||||||
@@ -288,30 +294,35 @@ user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");
|
|||||||
* [1] https://bugzilla.mozilla.org/1348275 ***/
|
* [1] https://bugzilla.mozilla.org/1348275 ***/
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
||||||
/* 0802: disable location bar contextual suggestions
|
/* 0802: disable location bar contextual suggestions
|
||||||
* [NOTE] The UI is controlled by the .enabled pref
|
* [NOTE] The UI is controlled by *quicksuggest.enabled = true and *quicksuggest.settingsUi = 0
|
||||||
* [1] https://blog.mozilla.org/data/2021/09/15/data-and-firefox-suggest/ ***/
|
* [1] https://support.mozilla.org/kb/firefox-suggest ***/
|
||||||
user_pref("browser.urlbar.quicksuggest.enabled", false); // [FF92+]
|
user_pref("browser.urlbar.quicksuggest.online.enabled", false); // [FF144+] from Mozilla as you type
|
||||||
user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // [FF95+]
|
user_pref("browser.urlbar.suggest.quicksuggest.all", false); // [FF146+] from Thunderbird
|
||||||
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); // [FF92+]
|
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); // [FF92+] from sponsors
|
||||||
/* 0803: disable live search suggestions
|
/* 0803: disable live search suggestions
|
||||||
* [NOTE] Both must be true for live search to work in the location bar
|
* [NOTE] Both must be true for live search to work in the location bar
|
||||||
* [SETUP-CHROME] Override this if you trust and use a privacy respecting search engine ***/
|
* [SETUP-CHROME] Override this if you trust and use a privacy respecting search engine ***/
|
||||||
user_pref("browser.search.suggest.enabled", false);
|
user_pref("browser.search.suggest.enabled", false);
|
||||||
user_pref("browser.urlbar.suggest.searches", false);
|
user_pref("browser.urlbar.suggest.searches", false); // Show search suggestions in address bar results
|
||||||
/* 0805: disable urlbar trending search suggestions [FF118+] ***/
|
/* 0805: disable urlbar trending search suggestions [FF118+] ***/
|
||||||
user_pref("browser.urlbar.trending.featureGate", false);
|
user_pref("browser.urlbar.trending.featureGate", false);
|
||||||
/* 0806: disable urlbar suggestions ***/
|
/* 0806: disable urlbar suggestions ***/
|
||||||
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
||||||
user_pref("browser.urlbar.amp.featureGate", false); // [FF141+] adMarketplace
|
user_pref("browser.urlbar.amp.featureGate", false); // [FF141+] adMarketplace
|
||||||
user_pref("browser.urlbar.fakespot.featureGate", false); // [FF130+] [DEFAULT: false]
|
user_pref("browser.urlbar.flightStatus.featureGate", false); // [FF146+]
|
||||||
|
user_pref("browser.urlbar.importantDates.featureGate", false); // [FF143+]
|
||||||
|
user_pref("browser.urlbar.market.featureGate", false); // [FF143+] stock market
|
||||||
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+]
|
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+]
|
||||||
|
user_pref("browser.urlbar.sports.featureGate", false); // [FF146+]
|
||||||
|
// user_pref("browser.search.visualSearch.featureGate", false); // [FF143+] Google Lens
|
||||||
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+]
|
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+]
|
||||||
user_pref("browser.urlbar.wikipedia.featureGate", false); // [FF141+]
|
user_pref("browser.urlbar.wikipedia.featureGate", false); // [FF141+]
|
||||||
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+]
|
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+]
|
||||||
|
user_pref("browser.urlbar.yelpRealtime.featureGate", false); // [FF144+]
|
||||||
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
|
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
|
||||||
user_pref("browser.urlbar.clipboard.featureGate", false);
|
user_pref("browser.urlbar.clipboard.featureGate", false);
|
||||||
/* 0808: disable recent searches [FF120+]
|
/* 0808: disable recent searches [FF120+]
|
||||||
* [NOTE] Recent searches are cleared with history (2811+)
|
* [NOTE] Recent searches are cleared if history is cleared (2811+)
|
||||||
* [1] https://support.mozilla.org/kb/search-suggestions-firefox ***/
|
* [1] https://support.mozilla.org/kb/search-suggestions-firefox ***/
|
||||||
// user_pref("browser.urlbar.recentsearches.featureGate", false);
|
// user_pref("browser.urlbar.recentsearches.featureGate", false);
|
||||||
/* 0810: disable search and form history
|
/* 0810: disable search and form history
|
||||||
@@ -325,7 +336,7 @@ user_pref("browser.urlbar.suggest.engines", false);
|
|||||||
/* 0820: disable coloring of visited links
|
/* 0820: disable coloring of visited links
|
||||||
* Bulk rapid history sniffing was mitigated in 2010 [1][2]. Slower and more expensive
|
* Bulk rapid history sniffing was mitigated in 2010 [1][2]. Slower and more expensive
|
||||||
* redraw timing attacks were largely mitigated in FF77+ [3]. Using RFP (4501) further hampers timing
|
* redraw timing attacks were largely mitigated in FF77+ [3]. Using RFP (4501) further hampers timing
|
||||||
* attacks. Don't forget clearing history on exit (2811+). However, social engineering [2#limits][4][5]
|
* attacks. History can also be cleared on exit (2811+). However, social engineering [2#limits][4][5]
|
||||||
* and advanced targeted timing attacks could still produce usable results
|
* and advanced targeted timing attacks could still produce usable results
|
||||||
* [1] https://developer.mozilla.org/docs/Web/CSS/Privacy_and_the_:visited_selector
|
* [1] https://developer.mozilla.org/docs/Web/CSS/Privacy_and_the_:visited_selector
|
||||||
* [2] https://dbaron.org/mozilla/visited-privacy
|
* [2] https://dbaron.org/mozilla/visited-privacy
|
||||||
@@ -337,7 +348,7 @@ user_pref("layout.css.visited_links_enabled", false);
|
|||||||
user_pref("browser.search.separatePrivateDefault", true); // [FF70+]
|
user_pref("browser.search.separatePrivateDefault", true); // [FF70+]
|
||||||
user_pref("browser.search.separatePrivateDefault.ui.enabled", true); // [FF71+]
|
user_pref("browser.search.separatePrivateDefault.ui.enabled", true); // [FF71+]
|
||||||
|
|
||||||
/*** [SECTION 0900]: PASSWORDS
|
/*** [SECTION 0900]: PASSWORDS / PASSKEYS
|
||||||
[1] https://support.mozilla.org/kb/use-primary-password-protect-stored-logins-and-pas
|
[1] https://support.mozilla.org/kb/use-primary-password-protect-stored-logins-and-pas
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "0900 syntax error: the parrot's expired!");
|
user_pref("_user.js.parrot", "0900 syntax error: the parrot's expired!");
|
||||||
@@ -370,6 +381,14 @@ user_pref("network.auth.subresource-http-auth-allow", 1);
|
|||||||
/* 0907: enforce no automatic authentication on Microsoft sites [FF131+] [MAC]
|
/* 0907: enforce no automatic authentication on Microsoft sites [FF131+] [MAC]
|
||||||
* On macOS, SSO only works on corporate devices ***/
|
* On macOS, SSO only works on corporate devices ***/
|
||||||
user_pref("network.http.microsoft-entra-sso.enabled", true);
|
user_pref("network.http.microsoft-entra-sso.enabled", true);
|
||||||
|
/* 0910: enforce no direct attestation in passkeys [FF144+]
|
||||||
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1981587 ***/
|
||||||
|
user_pref("security.webauthn.always_allow_direct_attestation", false); // [DEFAULT: false]
|
||||||
|
/* 0990: disable "Saved Passwords..." button to prevent direct passwords reveal through settings
|
||||||
|
* [WARNING] This DOES NOT prevent passwords access through about:logins or other means
|
||||||
|
* [1] https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig#w_disabling-ui-elements
|
||||||
|
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=274889 ***/
|
||||||
|
user_pref("pref.privacy.disable_button.view_passwords", true); // [HIDDEN PREF] [RESTART]
|
||||||
|
|
||||||
/*** [SECTION 1000]: DISK AVOIDANCE ***/
|
/*** [SECTION 1000]: DISK AVOIDANCE ***/
|
||||||
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
|
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
|
||||||
@@ -411,7 +430,7 @@ user_pref("_user.js.parrot", "1200 syntax error: the parrot's a stiff!");
|
|||||||
* but the problem is that the browser can't know that. Setting this pref to true is the only way for the
|
* but the problem is that the browser can't know that. Setting this pref to true is the only way for the
|
||||||
* browser to ensure there will be no unsafe renegotiations on the channel between the browser and the server
|
* browser to ensure there will be no unsafe renegotiations on the channel between the browser and the server
|
||||||
* [SETUP-WEB] SSL_ERROR_UNSAFE_NEGOTIATION: is it worth overriding this for that one site?
|
* [SETUP-WEB] SSL_ERROR_UNSAFE_NEGOTIATION: is it worth overriding this for that one site?
|
||||||
* [STATS] SSL Labs (May 2024) reports over 99.7% of top sites have secure renegotiation [4]
|
* [STATS] SSL Labs (June 2025) reports almost 99.85% of top sites have secure renegotiation [4]
|
||||||
* [1] https://wiki.mozilla.org/Security:Renegotiation
|
* [1] https://wiki.mozilla.org/Security:Renegotiation
|
||||||
* [2] https://datatracker.ietf.org/doc/html/rfc5746
|
* [2] https://datatracker.ietf.org/doc/html/rfc5746
|
||||||
* [3] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555
|
* [3] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555
|
||||||
@@ -425,29 +444,6 @@ user_pref("security.ssl.require_safe_negotiation", true);
|
|||||||
* [3] https://blog.cloudflare.com/tls-1-3-overview-and-q-and-a/ ***/
|
* [3] https://blog.cloudflare.com/tls-1-3-overview-and-q-and-a/ ***/
|
||||||
user_pref("security.tls.enable_0rtt_data", false);
|
user_pref("security.tls.enable_0rtt_data", false);
|
||||||
|
|
||||||
/** OCSP (Online Certificate Status Protocol)
|
|
||||||
[1] https://scotthelme.co.uk/revocation-is-broken/
|
|
||||||
[2] https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
|
|
||||||
***/
|
|
||||||
/* 1211: enforce OCSP fetching to confirm current validity of certificates
|
|
||||||
* 0=disabled, 1=enabled (default), 2=enabled for EV certificates only
|
|
||||||
* OCSP (non-stapled) leaks information about the sites you visit to the CA (cert authority)
|
|
||||||
* It's a trade-off between security (checking) and privacy (leaking info to the CA)
|
|
||||||
* [NOTE] This pref only controls OCSP fetching and does not affect OCSP stapling
|
|
||||||
* [SETTING] Privacy & Security > Security > Certificates > Query OCSP responder servers to confirm
|
|
||||||
* [1] https://en.wikipedia.org/wiki/Ocsp ***/
|
|
||||||
user_pref("security.OCSP.enabled", 1); // [DEFAULT: 1]
|
|
||||||
/* 1212: set OCSP fetch failures (non-stapled, see 1211) to hard-fail
|
|
||||||
* [SETUP-WEB] SEC_ERROR_OCSP_SERVER_ERROR | SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST
|
|
||||||
* When a CA cannot be reached to validate a cert, Thunderbird's just continues the connection (=soft-fail)
|
|
||||||
* Setting this pref to true tells Thunderbird's to instead terminate the connection (=hard-fail)
|
|
||||||
* It is pointless to soft-fail when an OCSP fetch fails: you cannot confirm a cert is still valid (it
|
|
||||||
* could have been revoked) and/or you could be under attack (e.g. malicious blocking of OCSP servers)
|
|
||||||
* [1] https://blog.mozilla.org/security/2013/07/29/ocsp-stapling-in-firefox/
|
|
||||||
* [2] https://www.imperialviolet.org/2014/04/19/revchecking.html
|
|
||||||
* [3] https://letsencrypt.org/2024/12/05/ending-ocsp/ ***/
|
|
||||||
user_pref("security.OCSP.require", true);
|
|
||||||
|
|
||||||
/** CERTS / HPKP (HTTP Public Key Pinning) ***/
|
/** CERTS / HPKP (HTTP Public Key Pinning) ***/
|
||||||
/* 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
|
||||||
@@ -457,18 +453,22 @@ user_pref("security.cert_pinning.enforcement_level", 2);
|
|||||||
/* 1224: enable CRLite [FF73+]
|
/* 1224: enable CRLite [FF73+]
|
||||||
* 0 = disabled
|
* 0 = disabled
|
||||||
* 1 = consult CRLite but only collect telemetry
|
* 1 = consult CRLite but only collect telemetry
|
||||||
* 2 = consult CRLite and enforce both "Revoked" and "Not Revoked" results
|
* 2 = consult CRLite and enforce both "Revoked" and "Not Revoked" results (default)
|
||||||
* 3 = consult CRLite and enforce "Not Revoked" results, but defer to OCSP for "Revoked" (default)
|
* 3 = consult CRLite and enforce "Not Revoked" results, but defer to OCSP for "Revoked" (removed FF145)
|
||||||
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1429800,1670985,1753071
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1429800,1670985,1753071
|
||||||
* [2] https://blog.mozilla.org/security/tag/crlite/ ***/
|
* [2] https://blog.mozilla.org/security/tag/crlite/
|
||||||
user_pref("security.remote_settings.crlite_filters.enabled", true); // [DEFAULT: true FF137+]
|
* [3] https://hacks.mozilla.org/2025/08/crlite-fast-private-and-comprehensive-certificate-revocation-checking-in-firefox/ ***/
|
||||||
user_pref("security.pki.crlite_mode", 2);
|
user_pref("security.remote_settings.crlite_filters.enabled", true); // [DEFAULT: true]
|
||||||
|
user_pref("security.pki.crlite_mode", 2); // [DEFAULT: 2 FF142+]
|
||||||
/* 1225: enable loading of client certificates stored in OS certificate storage
|
/* 1225: enable loading of client certificates stored in OS certificate storage
|
||||||
* Bug: this does **NOT** work for S/MIME [1]
|
* Bug: this does **NOT** work for S/MIME [1]
|
||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1726442 ***/
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1726442 ***/
|
||||||
// user_pref("security.osclientcerts.autoload", true);
|
// user_pref("security.osclientcerts.autoload", true);
|
||||||
|
|
||||||
/** MIXED CONTENT ***/
|
/** MIXED CONTENT ***/
|
||||||
|
/* 1240: disable insecure active content on https pages
|
||||||
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/21323 ***/
|
||||||
|
user_pref("security.mixed_content.block_active_content", true);
|
||||||
/* 1241: disable insecure passive content (such as images) on https pages ***/
|
/* 1241: disable insecure passive content (such as images) on https pages ***/
|
||||||
user_pref("security.mixed_content.block_display_content", true); // Defense-in-depth (see 1244)
|
user_pref("security.mixed_content.block_display_content", true); // Defense-in-depth (see 1244)
|
||||||
/* 1244: enable HTTPS-Only mode in all windows
|
/* 1244: enable HTTPS-Only mode in all windows
|
||||||
@@ -515,10 +515,6 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
|
|||||||
|
|
||||||
/*** [SECTION 1700]: CONTAINERS ***/
|
/*** [SECTION 1700]: CONTAINERS ***/
|
||||||
user_pref("_user.js.parrot", "1700 syntax error: the parrot's bit the dust!");
|
user_pref("_user.js.parrot", "1700 syntax error: the parrot's bit the dust!");
|
||||||
/* 1701: enable Container Tabs and its UI setting [FF50+]
|
|
||||||
* https://wiki.mozilla.org/Security/Contextual_Identity_Project/Containers ***/
|
|
||||||
user_pref("privacy.userContext.enabled", true);
|
|
||||||
user_pref("privacy.userContext.ui.enabled", true);
|
|
||||||
/* 1703: set external links to open in site-specific containers [FF123+]
|
/* 1703: set external links to open in site-specific containers [FF123+]
|
||||||
* [SETUP-WEB] Depending on your container extension(s) and their settings
|
* [SETUP-WEB] Depending on your container extension(s) and their settings
|
||||||
* true=Thunderbird will not choose a container (so your extension can)
|
* true=Thunderbird will not choose a container (so your extension can)
|
||||||
@@ -573,7 +569,8 @@ user_pref("network.IDN_show_punycode", true);
|
|||||||
/* 2620: enforce PDFJS, disable PDFJS scripting
|
/* 2620: enforce PDFJS, disable PDFJS scripting
|
||||||
* This setting controls if the option "Display in Thunderbird" is available in the setting below
|
* This setting controls if the option "Display in Thunderbird" is available in the setting below
|
||||||
* and by effect controls whether PDFs are handled in-browser or externally ("Ask" or "Open With")
|
* and by effect controls whether PDFs are handled in-browser or externally ("Ask" or "Open With")
|
||||||
* [WHY] pdfjs is lightweight, open source, and secure: the last exploit was June 2015 [1]
|
* [WHY] pdfjs is lightweight, open source, and secure: In the last 10 years it has only had
|
||||||
|
* two known exploits, both in 2024: one 'Severe' and one 'Important' [1]
|
||||||
* It doesn't break "state separation" of browser content (by not sharing with OS, independent apps).
|
* It doesn't break "state separation" of browser content (by not sharing with OS, independent apps).
|
||||||
* It maintains disk avoidance and application data isolation. It's convenient. You can still save to disk.
|
* It maintains disk avoidance and application data isolation. It's convenient. You can still save to disk.
|
||||||
* [NOTE] JS can still force a pdf to open in-browser by bundling its own code
|
* [NOTE] JS can still force a pdf to open in-browser by bundling its own code
|
||||||
@@ -619,54 +616,77 @@ user_pref("extensions.enabledScopes", 5); // [HIDDEN PREF]
|
|||||||
|
|
||||||
/*** [SECTION 2700]: ETP (ENHANCED TRACKING PROTECTION) ***/
|
/*** [SECTION 2700]: ETP (ENHANCED TRACKING PROTECTION) ***/
|
||||||
user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!");
|
user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!");
|
||||||
/* 2702: disable ETP web compat features [FF93+]
|
/* 2701: enable ETP Strict Mode [FF86+]
|
||||||
|
* ETP Strict Mode enables Total Cookie Protection (TCP)
|
||||||
|
* [NOTE] Adding site exceptions disables all ETP protections for that site and increases the risk of
|
||||||
|
* cross-site state tracking e.g. exceptions for SiteA and SiteB means PartyC on both sites is shared
|
||||||
|
* [1] https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/ ***/
|
||||||
|
user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
|
||||||
|
/* 2702: disable ETP web compat features (about:compat) [FF93+]
|
||||||
* [SETUP-HARDEN] Includes skip lists, heuristics (SmartBlock) and automatic grants
|
* [SETUP-HARDEN] Includes skip lists, heuristics (SmartBlock) and automatic grants
|
||||||
* Opener and redirect heuristics are granted for 30 days, see [3]
|
* Opener and redirect heuristics are granted for 30 days, see [3]
|
||||||
* [1] https://blog.mozilla.org/security/2021/07/13/smartblock-v2/
|
* [1] https://blog.mozilla.org/security/2021/07/13/smartblock-v2/
|
||||||
* [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12
|
* [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12
|
||||||
* [3] https://developer.mozilla.org/docs/Web/Privacy/State_Partitioning#storage_access_heuristics ***/
|
* [3] https://developer.mozilla.org/docs/Web/Privacy/State_Partitioning#storage_access_heuristics ***/
|
||||||
// user_pref("privacy.antitracking.enableWebcompat", false);
|
// user_pref("privacy.antitracking.enableWebcompat", false);
|
||||||
|
/* 2705: set ETP Strict/Custom exception lists (FF141+)
|
||||||
|
[1] https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions
|
||||||
|
[2] https://etp-exceptions.mozilla.org/ ***/
|
||||||
|
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true); // [DEFAULT: true]
|
||||||
|
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", true); // [DEFAULT: true]
|
||||||
|
|
||||||
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
|
/*** [SECTION 2800]: SHUTDOWN & SANITIZING
|
||||||
|
We enable sanitizeOnShutdown to help prevent 1st party website tracking across sessions.
|
||||||
|
We consider history/downloads, which are not accessible to websites, as orthogonal and exempt these
|
||||||
|
|
||||||
|
SANITIZING SITE EXCEPTIONS
|
||||||
|
----------
|
||||||
|
[NOTE] For cross-domain logins, add exceptions for both sites
|
||||||
|
e.g. https://www.youtube.com (site) + https://accounts.google.com (single sign on)
|
||||||
|
[WARNING] In FF153 or lower, be selective with what sites you "ALLOW", as the
|
||||||
|
cookie permission also disables partitioning (1767271)
|
||||||
|
[SETTING] to manage site exceptions
|
||||||
|
- FF153 or lower: Privacy and security>Browsing Data>Manage Exceptions (ALLOW)
|
||||||
|
- FF154+: Privacy and security>History>Customize history>Choose...>Manage Exceptions
|
||||||
|
|
||||||
|
[SETUP-HARDEN] to clear all history/downloads on close, add the appropriate overrides from 2800's
|
||||||
|
***/
|
||||||
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!");
|
||||||
/* 2810: enable Thunderbird to clear items on shutdown
|
/* 2810: enable Thunderbird to clear items on shutdown
|
||||||
* [NOTE] In FF129+ clearing "siteSettings" on shutdown (2811+), or manually via site data (2820+) and
|
* [NOTE] In FF129+ clearing "siteSettings" on shutdown (2811+), or manually via site data (2820+) and
|
||||||
* via history (2830), will no longer remove sanitize on shutdown "cookie and site data" site exceptions (2815) ***/
|
* via history (2830), will no longer remove sanitize on shutdown "cookie and site data" site exceptions (2815) ***/
|
||||||
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
||||||
|
|
||||||
/** SANITIZE ON SHUTDOWN: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
/** SANITIZE ON SHUTDOWN: IGNORES SANITIZING SITE EXCEPTIONS ***/
|
||||||
/* 2811: set/enforce clearOnShutdown items (if 2810 is true) [SETUP-CHROME] [FF128+] ***/
|
/* 2811: set/enforce clearOnShutdown items (if 2810 is true) [SETUP-CHROME] [FF128+] ***/
|
||||||
user_pref("privacy.clearOnShutdown_v2.cache", true); // [DEFAULT: true]
|
user_pref("privacy.clearOnShutdown_v2.cache", true); // [DEFAULT: true]
|
||||||
user_pref("privacy.clearOnShutdown_v2.historyFormDataAndDownloads", true); // [DEFAULT: true]
|
user_pref("privacy.clearOnShutdown_v2.historyFormDataAndDownloads", false); // [DEFAULT: true]
|
||||||
// user_pref("privacy.clearOnShutdown_v2.siteSettings", false); // [DEFAULT: false]
|
// user_pref("privacy.clearOnShutdown_v2.siteSettings", false); // [DEFAULT: false]
|
||||||
/* 2812: set/enforce clearOnShutdown items [FF136+] ***/
|
/* 2812: set/enforce clearOnShutdown items [FF136+] ***/
|
||||||
user_pref("privacy.clearOnShutdown_v2.browsingHistoryAndDownloads", true); // [DEFAULT: true]
|
user_pref("privacy.clearOnShutdown_v2.browsingHistoryAndDownloads", false); // [DEFAULT: true]
|
||||||
user_pref("privacy.clearOnShutdown_v2.downloads", true); // [HIDDEN]
|
user_pref("privacy.clearOnShutdown_v2.downloads", false); // [HIDDEN]
|
||||||
user_pref("privacy.clearOnShutdown_v2.formdata", true);
|
user_pref("privacy.clearOnShutdown_v2.formdata", true);
|
||||||
/* 2813: set Session Restore to clear on shutdown (if 2810 is true) [FF34+]
|
/* 2813: set Session Restore to clear on shutdown (if 2810 is true) [FF34+]
|
||||||
* [NOTE] Not needed if Session Restore is not used (0102) or it is already cleared with history (2811+)
|
* [NOTE] Not needed if Session Restore is not used (0102) or it is already cleared with history (2811+)
|
||||||
* [NOTE] If true, this prevents resuming from crashes (also see 5008) ***/
|
* [NOTE] If true, this prevents resuming from crashes (also see 5008) ***/
|
||||||
// user_pref("privacy.clearOnShutdown.openWindows", true);
|
// user_pref("privacy.clearOnShutdown.openWindows", true);
|
||||||
|
|
||||||
/** SANITIZE ON SHUTDOWN: RESPECTS "ALLOW" SITE EXCEPTIONS ***/
|
/** SANITIZE ON SHUTDOWN: RESPECTS SANITIZING SITE EXCEPTIONS ***/
|
||||||
/* 2815: set "Cookies" and "Site Data" to clear on shutdown (if 2810 is true) [SETUP-CHROME] [FF128+]
|
/* 2815: set "Cookies" and "Site Data" to clear on shutdown (if 2810 is true) [SETUP-CHROME] [FF128+] ***/
|
||||||
* [NOTE] Exceptions: For cross-domain logins, add exceptions for both sites
|
|
||||||
* e.g. https://www.youtube.com (site) + https://accounts.google.com (single sign on)
|
|
||||||
* [WARNING] Be selective with what sites you "Allow", as they also disable partitioning (1767271) ***/
|
|
||||||
user_pref("privacy.clearOnShutdown_v2.cookiesAndStorage", true);
|
user_pref("privacy.clearOnShutdown_v2.cookiesAndStorage", true);
|
||||||
|
|
||||||
/** SANITIZE SITE DATA: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
/** SANITIZE SITE DATA: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
||||||
/* 2820: set manual "Clear Data" items [SETUP-CHROME] [FF128+]
|
/* 2820: set manual "Clear Data" items [SETUP-CHROME] [FF128+]
|
||||||
* Thunderbird remembers your last choices. This will reset them when you start Thunderbird ***/
|
* Thunderbird remembers your last choices. This will reset them when you start Thunderbird ***/
|
||||||
user_pref("privacy.clearSiteData.cache", true);
|
user_pref("privacy.clearSiteData.cache", true); // [DEFAULT: true]
|
||||||
user_pref("privacy.clearSiteData.cookiesAndStorage", false); // keep false until it respects "allow" site exceptions
|
user_pref("privacy.clearSiteData.cookiesAndStorage", false); // keep false until it respects "allow" site exceptions
|
||||||
user_pref("privacy.clearSiteData.historyFormDataAndDownloads", true);
|
user_pref("privacy.clearSiteData.historyFormDataAndDownloads", false);
|
||||||
// user_pref("privacy.clearSiteData.siteSettings", false);
|
// user_pref("privacy.clearSiteData.siteSettings", false);
|
||||||
/* 2821: set manual "Clear Data" items [FF136+] ***/
|
/* 2821: set manual "Clear Data" items [FF136+] ***/
|
||||||
user_pref("privacy.clearSiteData.browsingHistoryAndDownloads", true);
|
user_pref("privacy.clearSiteData.browsingHistoryAndDownloads", false);
|
||||||
user_pref("privacy.clearSiteData.formdata", true);
|
user_pref("privacy.clearSiteData.formdata", true);
|
||||||
|
|
||||||
/** SANITIZE HISTORY: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
/** SANITIZE HISTORY: IGNORES SANITIZING SITE EXCEPTIONS except siteSettings ***/
|
||||||
/* 2830: set manual "Clear History" items, also via Ctrl-Shift-Del [SETUP-CHROME] [FF128+]
|
/* 2830: set manual "Clear History" items, also via Ctrl-Shift-Del [SETUP-CHROME] [FF128+]
|
||||||
* Thunderbird remembers your last choices. This will reset them when you start Thunderbird ***/
|
* Thunderbird remembers your last choices. This will reset them when you start Thunderbird ***/
|
||||||
user_pref("privacy.clearHistory.cache", true); // [DEFAULT: true]
|
user_pref("privacy.clearHistory.cache", true); // [DEFAULT: true]
|
||||||
@@ -692,6 +712,7 @@ user_pref("privacy.sanitize.timeSpan", 0);
|
|||||||
on a per site basis for compatibility (4004).
|
on a per site basis for compatibility (4004).
|
||||||
|
|
||||||
https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargetsDefault.inc
|
https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargetsDefault.inc
|
||||||
|
https://support.mozilla.org/en-US/kb/firefox-protection-against-fingerprinting#w_how-does-each-protection-work
|
||||||
|
|
||||||
[NOTE] RFPTargets + granular overrides are somewhat experimental and may produce unexpected results
|
[NOTE] RFPTargets + granular overrides are somewhat experimental and may produce unexpected results
|
||||||
- e.g. FrameRate can only be controlled per process, not per origin
|
- e.g. FrameRate can only be controlled per process, not per origin
|
||||||
@@ -700,10 +721,10 @@ user_pref("privacy.sanitize.timeSpan", 0);
|
|||||||
https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
|
https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
|
||||||
1858181 - subtly randomize canvas per eTLD+1, per session and per window-mode (FF120+)
|
1858181 - subtly randomize canvas per eTLD+1, per session and per window-mode (FF120+)
|
||||||
1887682 - use fdlibm's sin, cos and tan in jsmath (FF134+)
|
1887682 - use fdlibm's sin, cos and tan in jsmath (FF134+)
|
||||||
1978414 - various (FF143+)
|
1954194 - available screen resolution: return a fixed offset height from screen per platform when not full screen (FF143+)
|
||||||
1954194: available screen resolution: return a fixed offset height from screen per platform when not full screen
|
1984333 - hardwareConcurrency: less than 8 return 4 else return 8 (FF143+)
|
||||||
1978414: hardwareConcurrency: return 2 (existing RFPTarget)
|
1977836 - maxTouchPoints: return multi-touch as 5 (FF143+)
|
||||||
1977836: maxTouchPoints: return multi-touch as 5
|
1917607 - subtly randomize WebGL's readPixels (FF145+)
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
||||||
/* 4001: enable FPP in PB mode [FF114+]
|
/* 4001: enable FPP in PB mode [FF114+]
|
||||||
@@ -735,7 +756,6 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
|||||||
[WARNING] DO NOT USE extensions to alter RFP protected metrics
|
[WARNING] DO NOT USE extensions to alter RFP protected metrics
|
||||||
|
|
||||||
418986 - limit window.screen & CSS media queries (FF41)
|
418986 - limit window.screen & CSS media queries (FF41)
|
||||||
1360039 - spoof navigator.hardwareConcurrency as 2 (FF55)
|
|
||||||
1217238 - reduce precision of time exposed by javascript (FF55)
|
1217238 - reduce precision of time exposed by javascript (FF55)
|
||||||
FF56
|
FF56
|
||||||
1333651 - spoof User Agent & Navigator API
|
1333651 - spoof User Agent & Navigator API
|
||||||
@@ -761,7 +781,6 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
|||||||
Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected.
|
Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected.
|
||||||
1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62)
|
1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62)
|
||||||
1479239 - return "no-preference" with prefers-reduced-motion (FF63)
|
1479239 - return "no-preference" with prefers-reduced-motion (FF63)
|
||||||
1363508 & 1826051 - spoof/suppress Pointer Events (FF64, FF132)
|
|
||||||
1492766 - spoof pointerEvent.pointerid (FF65)
|
1492766 - spoof pointerEvent.pointerid (FF65)
|
||||||
1485266 - disable exposure of system colors to CSS or canvas (FF67)
|
1485266 - disable exposure of system colors to CSS or canvas (FF67)
|
||||||
1494034 - return "light" with prefers-color-scheme (FF67)
|
1494034 - return "light" with prefers-color-scheme (FF67)
|
||||||
@@ -773,11 +792,18 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
|||||||
1653987 - limit font visibility to bundled and "Base Fonts" (Windows, Mac, some Linux) (FF80)
|
1653987 - limit font visibility to bundled and "Base Fonts" (Windows, Mac, some Linux) (FF80)
|
||||||
1461454 - spoof smooth=true and powerEfficient=false for supported media in MediaCapabilities (FF82)
|
1461454 - spoof smooth=true and powerEfficient=false for supported media in MediaCapabilities (FF82)
|
||||||
531915 - use fdlibm's sin, cos and tan in jsmath (FF93, ESR91.1)
|
531915 - use fdlibm's sin, cos and tan in jsmath (FF93, ESR91.1)
|
||||||
1692609 - reduce JS timing precision to 16.67ms (previously FF55+ was 100ms) (FF102)
|
1692609 - reduce timing precision via rAF (requestAnimationFrame) to 16.67ms | i.e FPS are 60hz (FF102)
|
||||||
|
previously FF55+ javascript/timestamps/some animations were restricted to 100ms
|
||||||
1422237 - return "srgb" with color-gamut (FF110)
|
1422237 - return "srgb" with color-gamut (FF110)
|
||||||
1794628 - return "none" with inverted-colors (FF114)
|
1794628 - return "none" with inverted-colors (FF114)
|
||||||
1787790 - normalize system fonts (FF128)
|
1787790 - normalize system fonts (FF128)
|
||||||
1835987 - spoof timezone as Atlantic/Reykjavik (previously FF55+ was UTC) (FF128)
|
1835987 - spoof timezone as Atlantic/Reykjavik (previously FF55+ was UTC) (FF128)
|
||||||
|
1656377 - spoof pointerEvents azimuthAngle and altitudeAngle (FF131)
|
||||||
|
1826051 & 1957658 & 2021715 - spoof/suppress Pointer Events, spoof maxTouchPoints (FF132, FF143/ESR140.2, FF150)
|
||||||
|
previously FF64+ (1363508) it always returned maxTouchPoints as 0
|
||||||
|
FF132: 0 = mac | 10 = windows, linux, mobile
|
||||||
|
FF143: 0 = mac, linux | 10 = windows | 5 = mobile | no longer spoof touch PointerEvents | backported to ESR140.2
|
||||||
|
FF150: 5 = linux
|
||||||
1834307 - always use smooth scrolling (FF132)
|
1834307 - always use smooth scrolling (FF132)
|
||||||
1918202 - spoof screen orientation based on spoofed screen size and platform (FF132)
|
1918202 - spoof screen orientation based on spoofed screen size and platform (FF132)
|
||||||
previously FF50+ it always returned landscape-primary and an angle of 0
|
previously FF50+ it always returned landscape-primary and an angle of 0
|
||||||
@@ -791,7 +817,14 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
|
|||||||
1781277 - return 10GiB for storage estimate until persistent-storage granted (FF142, ESR140.1)
|
1781277 - return 10GiB for storage estimate until persistent-storage granted (FF142, ESR140.1)
|
||||||
1972600 - spoof network connection for HTMLMediaElement preload (FF142, ESR140.1)
|
1972600 - spoof network connection for HTMLMediaElement preload (FF142, ESR140.1)
|
||||||
1975851 - return true for navigator.onLine (FF142, ESR140.1)
|
1975851 - return true for navigator.onLine (FF142, ESR140.1)
|
||||||
1973265 - disable WebCodecs API (FF142?)
|
1973265 - disable WebCodecs API (FF142)
|
||||||
|
1984333 - spoof navigator.hardwareConcurrency as 4 except mac return 8 (FF143)
|
||||||
|
previously FF55+ it returned 2
|
||||||
|
1999126 - enforce navigator.pdfViewerEnabled as true and plugins/mimeTypes as hard-coded values (FF147)
|
||||||
|
2047612 - enforce IME styling in EditContext API (FF154)
|
||||||
|
2059465 - disable ScreenOrientation lock on Windows (FF156)
|
||||||
|
2063031 - spoof video picture-in-picture size at 640x270 (FF156)
|
||||||
|
2045882 - enforce sRGB in canvas (FF157?)
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
|
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
|
||||||
/* 4501: enable RFP
|
/* 4501: enable RFP
|
||||||
@@ -833,9 +866,10 @@ user_pref("privacy.resistFingerprinting.block_mozAddonManager", true);
|
|||||||
user_pref("privacy.spoof_english", 1);
|
user_pref("privacy.spoof_english", 1);
|
||||||
/* 4507: skip browser.startup.blankWindow if RFP is used [FF136+] ***/
|
/* 4507: skip browser.startup.blankWindow if RFP is used [FF136+] ***/
|
||||||
// user_pref("privacy.resistFingerprinting.skipEarlyBlankFirstPaint", true); // [DEFAULT: true]
|
// user_pref("privacy.resistFingerprinting.skipEarlyBlankFirstPaint", true); // [DEFAULT: true]
|
||||||
/* 4510: disable using system colors
|
/* 4510: enforce Contrast Control off [FF138+]
|
||||||
* [SETTING] General > Language and Appearance > Fonts and Colors > Colors... > Use system colors ***/
|
* 0=automatic, 1=off, 2=custom
|
||||||
user_pref("browser.display.use_system_colors", false); // [DEFAULT: false NON-WINDOWS]
|
* [SETTING] General>Language and Appearance>Contrast Control ***/
|
||||||
|
// user_pref("browser.display.document_color_use", 1); // [DEFAULT: 1 NON-WINDOWS]
|
||||||
/* 4511: disable using system accent colors ***/
|
/* 4511: disable using system accent colors ***/
|
||||||
user_pref("widget.non-native-theme.use-theme-accent", false); // [DEFAULT: false WINDOWS]
|
user_pref("widget.non-native-theme.use-theme-accent", false); // [DEFAULT: false WINDOWS]
|
||||||
/* 4512: enforce links targeting new windows to open in a new tab instead
|
/* 4512: enforce links targeting new windows to open in a new tab instead
|
||||||
@@ -918,30 +952,40 @@ user_pref("browser.taskbar.lists.enabled", false);
|
|||||||
user_pref("browser.taskbar.lists.frequent.enabled", false);
|
user_pref("browser.taskbar.lists.frequent.enabled", false);
|
||||||
user_pref("browser.taskbar.lists.recent.enabled", false);
|
user_pref("browser.taskbar.lists.recent.enabled", false);
|
||||||
user_pref("browser.taskbar.lists.tasks.enabled", false);
|
user_pref("browser.taskbar.lists.tasks.enabled", false);
|
||||||
/* 5016: discourage downloading to desktop
|
/* 5015: discourage downloading to desktop
|
||||||
* 0=desktop, 1=downloads (default), 2=custom ***/
|
* 0=desktop, 1=downloads (default), 2=custom ***/
|
||||||
// user_pref("browser.download.folderList", 2);
|
// user_pref("browser.download.folderList", 2);
|
||||||
/* 5017: disable Form Autofill
|
/* 5016: disable Address autofill [FF55+]
|
||||||
* If .supportedCountries includes your region (browser.search.region) and .supported
|
|
||||||
* is "detect" (default), then the UI will show. Stored data is not secure, uses JSON
|
|
||||||
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
|
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
|
||||||
user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
|
user_pref("extensions.formautofill.addresses.enabled", false);
|
||||||
user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
|
/* 5017: disable Payment autofill [FF56+]
|
||||||
|
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
|
||||||
|
user_pref("extensions.formautofill.creditCards.enabled", false);
|
||||||
/* 5018: limit events that can cause a pop-up ***/
|
/* 5018: limit events that can cause a pop-up ***/
|
||||||
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
||||||
/* 5019: disable page thumbnail collection ***/
|
/* 5019: disable page thumbnail collection ***/
|
||||||
user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
||||||
/* 5020: disable Windows native notifications and use app notications instead [FF111+] [WINDOWS] ***/
|
/* 5020: disable Windows native notifications and use app notifications instead [FF111+] [WINDOWS] ***/
|
||||||
// user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
|
// user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
|
||||||
|
/* 5021: disable location bar using search
|
||||||
|
* Don't leak URL typos to a search engine, give an error message instead
|
||||||
|
* Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com"
|
||||||
|
* [NOTE] This does not affect explicit user action such as using search buttons in the
|
||||||
|
* dropdown, or using keyword search shortcuts you configure in options (e.g. "d" for DuckDuckGo) ***/
|
||||||
|
user_pref("keyword.enabled", false);
|
||||||
/* 5901: Enforce Private Browsing for OAuth sign-in
|
/* 5901: Enforce Private Browsing for OAuth sign-in
|
||||||
* Providers may expect a device identifier from the browser, which could cause issues with PB. As
|
* Providers may expect a device identifier from the browser, which could cause issues with PB. As
|
||||||
* many users could suffer from this we keep this it disabled, feel free to switch it on if yours
|
* many users could suffer from this we keep this it disabled, feel free to switch it on if yours
|
||||||
* supports it. */
|
* supports it. */
|
||||||
// user_pref("mailnews.oauth.usePrivateBrowser", true);
|
// user_pref("mailnews.oauth.usePrivateBrowser", true);
|
||||||
|
/* 5902: Prefer system browser for OAuth instead of Thunderbird ***/
|
||||||
|
user_pref("mailnews.oauth.useExternalBrowser", true); // [DEFAULT: true]
|
||||||
|
/* 5903: Prefer "net.thunderbird:" URL scheme instead of "localhost" address for OAuth redirection ***/
|
||||||
|
user_pref("mailnews.oauth.useSchemeRedirect", true); // [DEFAULT: true]
|
||||||
|
|
||||||
/*** [SECTION 5500]: OPTIONAL HARDENING
|
/*** [SECTION 5500]: OPTIONAL HARDENING
|
||||||
Thunderbird-User.JS maintainer here :
|
Thunderbird-User.JS maintainer here :
|
||||||
Whereas not recommended by upstream arkenfox, we disable each one of those Web
|
Whereas not recommended by upstream Arkenfox, we disable each one of those Web
|
||||||
features as we focus on keeping Thunderbird an email client and not a browser.
|
features as we focus on keeping Thunderbird an email client and not a browser.
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!");
|
user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!");
|
||||||
@@ -955,11 +999,6 @@ user_pref("svg.disabled", true); // 1216893
|
|||||||
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+graphite
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+graphite
|
||||||
* [2] https://en.wikipedia.org/wiki/Graphite_(SIL) ***/
|
* [2] https://en.wikipedia.org/wiki/Graphite_(SIL) ***/
|
||||||
user_pref("gfx.font_rendering.graphite.enabled", false);
|
user_pref("gfx.font_rendering.graphite.enabled", false);
|
||||||
/* 5504: disable asm.js [FF22+]
|
|
||||||
* [1] http://asmjs.org/
|
|
||||||
* [2] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=asm.js
|
|
||||||
* [3] https://rh0dev.github.io/blog/2017/the-return-of-the-jit/ ***/
|
|
||||||
user_pref("javascript.options.asmjs", false);
|
|
||||||
/* 5505: disable Ion and baseline JIT to harden against JS exploits [RESTART]
|
/* 5505: disable Ion and baseline JIT to harden against JS exploits [RESTART]
|
||||||
* [NOTE] When both Ion and JIT are disabled, and trustedprincipals
|
* [NOTE] When both Ion and JIT are disabled, and trustedprincipals
|
||||||
* is enabled, then Ion can still be used by extensions (1599226)
|
* is enabled, then Ion can still be used by extensions (1599226)
|
||||||
@@ -967,6 +1006,7 @@ user_pref("javascript.options.asmjs", false);
|
|||||||
* [2] https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/ ***/
|
* [2] https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/ ***/
|
||||||
user_pref("javascript.options.ion", false);
|
user_pref("javascript.options.ion", false);
|
||||||
user_pref("javascript.options.baselinejit", false);
|
user_pref("javascript.options.baselinejit", false);
|
||||||
|
user_pref("javascript.options.native_regexp", false);
|
||||||
user_pref("javascript.options.jit_trustedprincipals", true); // [FF75+] [HIDDEN PREF]
|
user_pref("javascript.options.jit_trustedprincipals", true); // [FF75+] [HIDDEN PREF]
|
||||||
/* 5506: disable WebAssembly [FF52+]
|
/* 5506: disable WebAssembly [FF52+]
|
||||||
* Vulnerabilities [1] have increasingly been found, including those known and fixed
|
* Vulnerabilities [1] have increasingly been found, including those known and fixed
|
||||||
@@ -1035,20 +1075,16 @@ user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
|
|||||||
/* 6012: enforce Quarantined Domains [FF115+]
|
/* 6012: enforce Quarantined Domains [FF115+]
|
||||||
* [WHY] https://support.mozilla.org/kb/quarantined-domains ***/
|
* [WHY] https://support.mozilla.org/kb/quarantined-domains ***/
|
||||||
user_pref("extensions.quarantinedDomains.enabled", true); // [DEFAULT: true]
|
user_pref("extensions.quarantinedDomains.enabled", true); // [DEFAULT: true]
|
||||||
/* 6050: prefsCleaner: reset previously active items removed from arkenfox FF128+ ***/
|
/* 6050: prefsCleaner: reset previously active items removed from arkenfox FF140+ ***/
|
||||||
// user_pref("privacy.clearOnShutdown.cache", "");
|
// user_pref("browser.display.use_system_colors", "");
|
||||||
// user_pref("privacy.clearOnShutdown.cookies", "");
|
// user_pref("browser.urlbar.fakespot.featureGate", "");
|
||||||
// user_pref("privacy.clearOnShutdown.downloads", "");
|
// user_pref("security.OCSP.enabled", "");
|
||||||
// user_pref("privacy.clearOnShutdown.formdata", "");
|
// user_pref("security.OCSP.require", "");
|
||||||
// user_pref("privacy.clearOnShutdown.history", "");
|
/* 6051: prefsCleaner: reset previously active items removed from arkenfox FF153+ ***/
|
||||||
// user_pref("privacy.clearOnShutdown.offlineApps", "");
|
// user_pref("browser.urlbar.quicksuggest.enabled", "");
|
||||||
// user_pref("privacy.clearOnShutdown.sessions", "");
|
// user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", "");
|
||||||
// user_pref("privacy.cpd.cache", "");
|
// user_pref("privacy.userContext.enabled", "");
|
||||||
// user_pref("privacy.cpd.cookies", "");
|
// user_pref("privacy.userContext.ui.enabled", "");
|
||||||
// user_pref("privacy.cpd.formdata", "");
|
|
||||||
// user_pref("privacy.cpd.history", "");
|
|
||||||
// user_pref("privacy.cpd.offlineApps", "");
|
|
||||||
// user_pref("privacy.cpd.sessions", "");
|
|
||||||
|
|
||||||
/*** [SECTION 7000]: DON'T BOTHER
|
/*** [SECTION 7000]: DON'T BOTHER
|
||||||
Thunderbird-User.JS maintainer here :
|
Thunderbird-User.JS maintainer here :
|
||||||
@@ -1065,8 +1101,8 @@ user_pref("full-screen-api.enabled", false);
|
|||||||
/* 7003: disable non-modern cipher suites [1]
|
/* 7003: disable non-modern cipher suites [1]
|
||||||
* [WHY] Passive fingerprinting. Minimal/non-existent threat of downgrade attacks
|
* [WHY] Passive fingerprinting. Minimal/non-existent threat of downgrade attacks
|
||||||
* [1] https://browserleaks.com/ssl ***/
|
* [1] https://browserleaks.com/ssl ***/
|
||||||
// user_pref("security.ssl3.ecdhe_ecdsa_aes_256_sha", false);
|
// user_pref("security.ssl3.ecdhe_ecdsa_aes_128_sha", false); // [DEFAULT: false FF150+]
|
||||||
// user_pref("security.ssl3.ecdhe_ecdsa_aes_128_sha", false);
|
// user_pref("security.ssl3.ecdhe_ecdsa_aes_256_sha", false); // [DEFAULT: false FF154+]
|
||||||
// user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);
|
// user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);
|
||||||
// user_pref("security.ssl3.ecdhe_rsa_aes_256_sha", false);
|
// user_pref("security.ssl3.ecdhe_rsa_aes_256_sha", false);
|
||||||
// user_pref("security.ssl3.rsa_aes_128_gcm_sha256", false); // no PFS
|
// user_pref("security.ssl3.rsa_aes_128_gcm_sha256", false); // no PFS
|
||||||
@@ -1111,18 +1147,18 @@ user_pref("dom.event.clipboardevents.enabled", false);
|
|||||||
// user_pref("extensions.systemAddon.update.enabled", false); // [FF62+]
|
// user_pref("extensions.systemAddon.update.enabled", false); // [FF62+]
|
||||||
// user_pref("extensions.systemAddon.update.url", ""); // [FF44+]
|
// user_pref("extensions.systemAddon.update.url", ""); // [FF44+]
|
||||||
/* 7015: enable the DNT (Do Not Track) HTTP header
|
/* 7015: enable the DNT (Do Not Track) HTTP header
|
||||||
* [WHY] DNT is enforced with Tracking Protection which is used in ETP Strict (2701) ***/
|
* [WHY] Fingerprintable. In FF141+ DNT is never enabled. DNT is slated for deprecation [1]
|
||||||
|
[NOTE] In FF140, DNT is enforced with Tracking Protection which is used in ETP Strict (2701)
|
||||||
|
[1] https://bugzilla.mozilla.org/1967420 ***/
|
||||||
// user_pref("privacy.donottrackheader.enabled", true);
|
// user_pref("privacy.donottrackheader.enabled", true);
|
||||||
/* 7016: customize ETP settings
|
/* 7016: customize ETP settings
|
||||||
* [NOTE] FPP (fingerprintingProtection) is ignored when RFP (4501) is enabled
|
* [NOTE] FPP (fingerprintingProtection) is ignored when RFP (4501) is enabled
|
||||||
* [WHY] Arkenfox only supports strict (2701) which sets these at runtime ***/
|
* [WHY] Arkenfox only supports strict (2701) which sets these at runtime ***/
|
||||||
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
||||||
// user_pref("network.cookie.cookieBehavior.optInPartitioning", true); // [ETP FF132+]
|
|
||||||
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
||||||
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
|
||||||
// user_pref("privacy.bounceTrackingProtection.mode", 1); // [FF131+] [ETP FF133+]
|
// user_pref("privacy.bounceTrackingProtection.mode", 1); // [FF131+] [ETP FF133+]
|
||||||
// user_pref("privacy.fingerprintingProtection", true); // [FF114+] [ETP FF119+]
|
// user_pref("privacy.fingerprintingProtection", true); // [FF114+] [ETP FF119+]
|
||||||
// user_pref("privacy.partition.network_state.ocsp_cache", true); // [DEFAULT: true]
|
|
||||||
// user_pref("privacy.query_stripping.enabled", true); // [FF101+]
|
// user_pref("privacy.query_stripping.enabled", true); // [FF101+]
|
||||||
// user_pref("privacy.trackingprotection.enabled", true);
|
// user_pref("privacy.trackingprotection.enabled", true);
|
||||||
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
||||||
@@ -1151,10 +1187,16 @@ user_pref("media.peerconnection.enabled", false);
|
|||||||
* [WHY] Passive and active fingerprinting. Mostly redundant with Tracking Protection
|
* [WHY] Passive and active fingerprinting. Mostly redundant with Tracking Protection
|
||||||
* in ETP Strict (2701) and sanitizing on close (2800s) ***/
|
* in ETP Strict (2701) and sanitizing on close (2800s) ***/
|
||||||
// user_pref("privacy.globalprivacycontrol.enabled", true);
|
// user_pref("privacy.globalprivacycontrol.enabled", true);
|
||||||
|
/* 7022: bFPP (baselineFingerprintingProtection) [FF139+]
|
||||||
|
* [WHY] Arkenfox only supports ETP Strict (2701) which enables FPP browser-wide (normal and private
|
||||||
|
* browsing window contexts). If FPP is enabled in the same context as bFPP, FPP takes precedence.
|
||||||
|
// user_pref("privacy.baselineFingerprintingProtection", true);
|
||||||
|
// user_pref("privacy.baselineFingerprintingProtection.granularOverrides", "");
|
||||||
|
// user_pref("privacy.baselineFingerprintingProtection.overrides", "");
|
||||||
|
|
||||||
/*** [SECTION 8000]: DON'T BOTHER: FINGERPRINTING
|
/*** [SECTION 8000]: DON'T BOTHER: FINGERPRINTING
|
||||||
[WHY] They are insufficient to help anti-fingerprinting and do more harm than good
|
[WHY] They are insufficient for fingerprinting protection and do more harm than good
|
||||||
[WARNING] DO NOT USE with RFP. RFP already covers these and they can interfere
|
[WARNING] DO NOT USE: they can interfere with built-in solutions such as RFP and FPP
|
||||||
[NOTE] An empty User-Agent may break Microsoft Exchange OAuth2 login
|
[NOTE] An empty User-Agent may break Microsoft Exchange OAuth2 login
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "8000 syntax error: the parrot's crossed the Jordan");
|
user_pref("_user.js.parrot", "8000 syntax error: the parrot's crossed the Jordan");
|
||||||
@@ -1182,8 +1224,11 @@ user_pref("_user.js.parrot", "8000 syntax error: the parrot's crossed the Jordan
|
|||||||
// user_pref("webgl.enable-debug-renderer-info", "");
|
// user_pref("webgl.enable-debug-renderer-info", "");
|
||||||
|
|
||||||
/*** [SECTION 8500]: TELEMETRY
|
/*** [SECTION 8500]: TELEMETRY
|
||||||
Upstream arkenfox does not consider Thunderbird telemetry to be a privacy or security concern - comments below.
|
Upstream Arkenfox does not consider Thunderbird telemetry to be a privacy or security concern - comments below.
|
||||||
But since most arkenfox users prefer it disabled, we'll do that rather than cause overrides.
|
But since most Arkenfox users prefer it disabled, we'll do that rather than cause overrides.
|
||||||
|
|
||||||
|
READ: https://ritter.vg/blog-telemetry.html
|
||||||
|
|
||||||
Opt-out
|
Opt-out
|
||||||
- Telemetry is essential: an e-mail client is a (_very_) large complex beast costing millions to maintain
|
- Telemetry is essential: an e-mail client is a (_very_) large complex beast costing millions to maintain
|
||||||
- Opt-in telemetry _does not_ work and results in data that is unrepresentative and may be misleading
|
- Opt-in telemetry _does not_ work and results in data that is unrepresentative and may be misleading
|
||||||
@@ -1207,9 +1252,9 @@ user_pref("_user.js.parrot", "8500 syntax error: the parrot's off the twig!");
|
|||||||
* [1] https://bugzilla.mozilla.org/1195552 ***/
|
* [1] https://bugzilla.mozilla.org/1195552 ***/
|
||||||
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||||
/* 8501: disable Health Reports
|
/* 8501: disable Health Reports
|
||||||
* [SETTING] Privacy & Security > Thunderbird Data Collection and Use > Send technical... data ***/
|
* [SETTING] Privacy and security > Thunderbird data collection and use > Send technical and interaction data to Mozilla ***/
|
||||||
user_pref("datareporting.healthreport.uploadEnabled", false);
|
user_pref("datareporting.healthreport.uploadEnabled", false);
|
||||||
/* 0802: disable telemetry
|
/* 8502: disable telemetry
|
||||||
* The "unified" pref affects the behavior of the "enabled" pref
|
* The "unified" pref affects the behavior of the "enabled" pref
|
||||||
* - If "unified" is false then "enabled" controls the telemetry module
|
* - If "unified" is false then "enabled" controls the telemetry module
|
||||||
* - If "unified" is true then "enabled" only controls whether to record extended data
|
* - If "unified" is true then "enabled" only controls whether to record extended data
|
||||||
@@ -1239,6 +1284,8 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", fa
|
|||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
||||||
/* 9090: disable return receipt sending unconditionally ***/
|
/* 9090: disable return receipt sending unconditionally ***/
|
||||||
// user_pref("mail.mdn.report.enabled", false);
|
// user_pref("mail.mdn.report.enabled", false);
|
||||||
|
/* 9091: disable "special folder" name localization [TB153+] ***/
|
||||||
|
// user_pref("mail.useLocalizedFolderNames", false); [RESTART]
|
||||||
/* 9099: e-mail custom headers (examples) ***/
|
/* 9099: e-mail custom headers (examples) ***/
|
||||||
// user_pref("mail.compose.other.header", "X-Custom-Header,X-Another-Custom-Header"); // corresponding values can be set in compose window ("double-arrow" drop-down)
|
// user_pref("mail.compose.other.header", "X-Custom-Header,X-Another-Custom-Header"); // corresponding values can be set in compose window ("double-arrow" drop-down)
|
||||||
// user_pref("mail.identity.id1.headers", "References, InReplyTo");
|
// user_pref("mail.identity.id1.headers", "References, InReplyTo");
|
||||||
@@ -1289,10 +1336,9 @@ user_pref("mail.provider.enabled", false);
|
|||||||
/* 9112: Disable "Filelink for Large Attachments" feature
|
/* 9112: Disable "Filelink for Large Attachments" feature
|
||||||
* [1] https://support.thunderbird.net/kb/filelink-large-attachments ***/
|
* [1] https://support.thunderbird.net/kb/filelink-large-attachments ***/
|
||||||
user_pref("mail.cloud_files.enabled", false);
|
user_pref("mail.cloud_files.enabled", false);
|
||||||
/* 9113: Don't hide cookies and passwords related (advanced?) buttons ***/
|
/* 9113: Don't hide cookies related (advanced?) buttons ***/
|
||||||
user_pref("pref.privacy.disable_button.view_cookies", false);
|
user_pref("pref.privacy.disable_button.view_cookies", false);
|
||||||
user_pref("pref.privacy.disable_button.cookie_exceptions", false);
|
user_pref("pref.privacy.disable_button.cookie_exceptions", false);
|
||||||
user_pref("pref.privacy.disable_button.view_passwords", false);
|
|
||||||
|
|
||||||
/** HEADERS ***/
|
/** HEADERS ***/
|
||||||
/* 9120:
|
/* 9120:
|
||||||
@@ -1321,8 +1367,8 @@ user_pref("mail.smtpserver.default.hello_argument", "[127.0.0.1]");
|
|||||||
* [2] http://wiki.cacert.org/ThunderBirdAdvancedConfig
|
* [2] http://wiki.cacert.org/ThunderBirdAdvancedConfig
|
||||||
* ***/
|
* ***/
|
||||||
user_pref("mailnews.display.original_date", false);
|
user_pref("mailnews.display.original_date", false);
|
||||||
/* 9124: Display the sender's Timezone when set to true ***/
|
/* 9124: Hide the sender's timezone from e-mail date and time ***/
|
||||||
user_pref("mailnews.display.date_senders_timezone", false);
|
// user_pref("mailnews.display.date_senders_timezone", false);
|
||||||
/* 9125: Display Time Date based on Received Header
|
/* 9125: Display Time Date based on Received Header
|
||||||
* Thunderbird shows the time when the message was sent, according to the sender. It is possible
|
* Thunderbird shows the time when the message was sent, according to the sender. It is possible
|
||||||
* to make Thunderbird show the time when the message arrived on your mail server, based on the
|
* to make Thunderbird show the time when the message arrived on your mail server, based on the
|
||||||
@@ -1409,10 +1455,16 @@ user_pref("mailnews.display.disallow_mime_handlers", 3);
|
|||||||
* (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)
|
||||||
|
*
|
||||||
|
* drop_media=true : control whether <img>, <video> and <audio> tags are dropped
|
||||||
|
* drop_non_css_presentation=true : control whether <font>, <center>, align='...', etc. are dropped
|
||||||
|
*
|
||||||
* [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("mailnews.display.html_as", 3);
|
user_pref("mailnews.display.html_as", 3);
|
||||||
|
// user_pref("mailnews.display.html_sanitizer.drop_media", true);
|
||||||
|
// user_pref("mailnews.display.html_sanitizer.drop_non_css_presentation", true);
|
||||||
user_pref("mail.html_sanitize.drop_conditional_css", true); // [DEFAULT: true]
|
user_pref("mail.html_sanitize.drop_conditional_css", true); // [DEFAULT: true]
|
||||||
/* 9216: Prefer to view as plaintext or HTML [SETUP-FEATURE]
|
/* 9216: Prefer to view as plaintext or HTML [SETUP-FEATURE]
|
||||||
* 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
|
||||||
@@ -1502,12 +1554,12 @@ user_pref("mail.chat.notification_info", 2);
|
|||||||
/** CALENDAR ***/
|
/** CALENDAR ***/
|
||||||
/* 9312: Set calendar timezone to avoid system detection [SETUP-INSTALL]
|
/* 9312: Set calendar timezone to avoid system detection [SETUP-INSTALL]
|
||||||
* By default, extensive system detection is performed to find current timezone (if OS supports it).
|
* By default, extensive system detection is performed to find current timezone (if OS supports it).
|
||||||
* Disable system detection and set timezone to "UTC".
|
* Disable system detection and set timezone to UTC.
|
||||||
* You may also directly set it to your timezone, i.e. "Pacific/Fakaofo"
|
* You may also directly set it to your timezone, i.e. "Pacific/Fakaofo"
|
||||||
* [SETTING] Calendar > Calendar > Set timezone manually / Timezone
|
* [SETTING] Calendar > Calendar > Set timezone manually / Timezone
|
||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1606357 ***/
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1606357 ***/
|
||||||
user_pref("calendar.timezone.useSystemTimezone", false);
|
user_pref("calendar.timezone.useSystemTimezone", false);
|
||||||
user_pref("calendar.timezone.local", "UTC"); // [DEFAULT: ""]
|
user_pref("calendar.timezone.local", "Etc/UTC"); // [DEFAULT: ""]
|
||||||
/* 9313: Disable calendar service performing event "extraction" from email content ***/
|
/* 9313: Disable calendar service performing event "extraction" from email content ***/
|
||||||
// user_pref("calendar.extract.service.enabled", false); // [DEFAULT: false]
|
// user_pref("calendar.extract.service.enabled", false); // [DEFAULT: false]
|
||||||
/* 9314: Show missed reminders (disabled by default since ESR140.0)
|
/* 9314: Show missed reminders (disabled by default since ESR140.0)
|
||||||
@@ -1546,11 +1598,19 @@ user_pref("_user.js.parrot", "9400 syntax error: this parrot is talking in codes
|
|||||||
* Whenever RNP fails to decrypt a message, Thunderbird will tray against system GnuPG
|
* Whenever RNP fails to decrypt a message, Thunderbird will tray against system GnuPG
|
||||||
* [1] https://wiki.mozilla.org/Thunderbird:OpenPGP:Smartcards#Allow_the_use_of_external_GnuPG ***/
|
* [1] https://wiki.mozilla.org/Thunderbird:OpenPGP:Smartcards#Allow_the_use_of_external_GnuPG ***/
|
||||||
user_pref("mail.openpgp.allow_external_gnupg", true); // [HIDDEN PREF]
|
user_pref("mail.openpgp.allow_external_gnupg", true); // [HIDDEN PREF]
|
||||||
|
/* 9410: Allow loading of "untested" versions of GPGME (i.e. v2/45 ABI)
|
||||||
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1967121 ***/
|
||||||
|
user_pref("mail.openpgp.load_untested_gpgme_version", "45"); // [TB148+] [TB140.8.0+]
|
||||||
|
|
||||||
/*** [SECTION 9999]: DEPRECATED / RENAMED ***/
|
/*** [SECTION 9999]: DEPRECATED / RENAMED ***/
|
||||||
user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is mortal coil!");
|
user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is mortal coil!");
|
||||||
/* ESR128.x still uses all the following prefs
|
/* ESR140.x still uses all the following prefs
|
||||||
// [NOTE] replace the * with a slash in the line above to re-enable active ones
|
// [NOTE] replace the * with a slash in the line above to re-enable active ones
|
||||||
|
// FF148
|
||||||
|
// 0603: disable predictor / prefetching
|
||||||
|
// [-] https://bugzilla.mozilla.org/2006028
|
||||||
|
user_pref("network.predictor.enabled", false); // [DEFAULT: false FF144+]
|
||||||
|
user_pref("network.predictor.enable-prefetch", false); // [FF48+] [DEFAULT: false]
|
||||||
// ***/
|
// ***/
|
||||||
|
|
||||||
/* END: internal custom pref to test for syntax errors ***/
|
/* END: internal custom pref to test for syntax errors ***/
|
||||||
|
|||||||
Reference in New Issue
Block a user