Verified Commit 5699a253 authored by ma1's avatar ma1
Browse files

fixup! Firefox preference overrides.

Disable the UITour API.
parent 384e5ccc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -208,6 +208,11 @@ pref("datareporting.policy.dataSubmissionEnabled", false);
pref("browser.urlbar.recentsearches.featureGate", false);
pref("browser.urlbar.suggest.recentsearches", false);

// Disable the UITour API
// See tor-browser#41457 and
// https://bugzilla.mozilla.org/show_bug.cgi?id=1915280
pref("browser.uitour.enabled", false);

// Make sure Unified Telemetry is really disabled, see: #18738.
pref("toolkit.telemetry.unified", false);
// This needs to be locked, or nightly builds will automatically lock it to true