mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-07-31 10:48:55 -04:00
Re-disables auto-configuration by default and improves styles and doc
This commit is contained in:
parent
07e237744e
commit
48a1efda54
1 changed files with 5 additions and 5 deletions
4
user.js
4
user.js
|
@ -1152,8 +1152,9 @@ user_pref("_user.js.parrot", "9100 syntax error: this parrot is blind!");
|
||||||
* Such settings require a query to Mozilla which could have privacy implications
|
* Such settings require a query to Mozilla which could have privacy implications
|
||||||
* if the user wishes to keep the existence of the mail provider private.
|
* if the user wishes to keep the existence of the mail provider private.
|
||||||
* We also enforce (valid) SSL/TLS connections if auto-configuration happens to be enabled.
|
* We also enforce (valid) SSL/TLS connections if auto-configuration happens to be enabled.
|
||||||
|
* If auto-configuration is re-enabled, fetching from Exchange will be allowed by default.
|
||||||
* [1] https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration ***/
|
* [1] https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration ***/
|
||||||
// user_pref("mailnews.auto_config.guess.enabled", false);
|
user_pref("mailnews.auto_config.guess.enabled", false);
|
||||||
user_pref("mailnews.auto_config.fetchFromISP.enabled", false);
|
user_pref("mailnews.auto_config.fetchFromISP.enabled", false);
|
||||||
user_pref("mailnews.auto_config.fetchFromISP.sendEmailAddress", false);
|
user_pref("mailnews.auto_config.fetchFromISP.sendEmailAddress", false);
|
||||||
user_pref("mailnews.auto_config.fetchFromISP.sslOnly", true);
|
user_pref("mailnews.auto_config.fetchFromISP.sslOnly", true);
|
||||||
|
@ -1162,7 +1163,6 @@ user_pref("mailnews.auto_config.guess.sslOnly", true);
|
||||||
user_pref("mailnews.auto_config.guess.requireGoodCert", true); // [DEFAULT: true]
|
user_pref("mailnews.auto_config.guess.requireGoodCert", true); // [DEFAULT: true]
|
||||||
// user_pref("mailnews.auto_config_url", "https://live.thunderbird.net/autoconfig/v1.1/");
|
// user_pref("mailnews.auto_config_url", "https://live.thunderbird.net/autoconfig/v1.1/");
|
||||||
// user_pref("mailnews.auto_config.addons_url","https://live.thunderbird.net/autoconfig/addons.json");
|
// user_pref("mailnews.auto_config.addons_url","https://live.thunderbird.net/autoconfig/addons.json");
|
||||||
|
|
||||||
/* 9102: Disable account provisioning [SETUP-INSTALL]
|
/* 9102: 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 ***/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue