From accbfcc0093413467743f5f3fafcff244e7425cc Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Wed, 4 Nov 2020 21:05:32 +0100 Subject: [PATCH] Adds missing semicolons to `mail.instrumentation.*` prefs (closes #11) --- user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index 5ee2468..edf2e5d 100644 --- a/user.js +++ b/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 ***/ 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) +user_pref("mail.instrumentation.postUrl", ""); +user_pref("mail.instrumentation.askUser", false); +user_pref("mail.instrumentation.userOptedIn", false); /* 0390: disable Captive Portal detection * [1] https://www.eff.org/deeplinks/2017/08/how-captive-portals-interfere-wireless-security-and-privacy * [2] https://wiki.mozilla.org/Necko/CaptivePortal ***/