mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2024-10-01 06:35:47 -04:00
Adds missing semicolons to mail.instrumentation.*
prefs (closes #11)
This commit is contained in:
parent
5ee06c6d89
commit
accbfcc009
6
user.js
6
user.js
@ -205,9 +205,9 @@ user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // [FF51+]
|
|||||||
* [SETTING] Privacy & Security>Thunderbird Data Collection & Use>Allow Thunderbird 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 ***/
|
/* 0370: disable UI instrumentation ***/
|
||||||
user_pref("mail.instrumentation.postUrl", "")
|
user_pref("mail.instrumentation.postUrl", "");
|
||||||
user_pref("mail.instrumentation.askUser", false)
|
user_pref("mail.instrumentation.askUser", false);
|
||||||
user_pref("mail.instrumentation.userOptedIn", 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 ***/
|
||||||
|
Loading…
Reference in New Issue
Block a user