Skip to content

Commit

Permalink
Adds missing semicolons to mail.instrumentation.* prefs (closes #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Nov 4, 2020
1 parent 5ee06c6 commit accbfcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down

0 comments on commit accbfcc

Please sign in to comment.