mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Stop pointless recording of telemetry data
Also clear the telemetry URLs and metas "just in case" so nothing can go anywhere even in the case of PEBCAK.
This commit is contained in:
parent
a9ff65e05a
commit
8e6c0a852f
1 changed files with 4 additions and 4 deletions
|
|
@ -926,16 +926,16 @@ pref("toolkit.scrollbox.clickToScroll.scrollDelay", 150);
|
|||
|
||||
// Telemetry settings.
|
||||
// Server to submit telemetry pings to.
|
||||
pref("toolkit.telemetry.server", "https://incoming.telemetry.mozilla.org");
|
||||
pref("toolkit.telemetry.server", "");
|
||||
// Telemetry server owner. Please change if you set toolkit.telemetry.server to a different server
|
||||
pref("toolkit.telemetry.server_owner", "Mozilla");
|
||||
pref("toolkit.telemetry.server_owner", "");
|
||||
// Information page about telemetry (temporary ; will be about:telemetry in the end)
|
||||
pref("toolkit.telemetry.infoURL", "https://www.mozilla.org/legal/privacy/firefox.html#telemetry");
|
||||
pref("toolkit.telemetry.infoURL", "");
|
||||
// Determines whether full SQL strings are returned when they might contain sensitive info
|
||||
// i.e. dynamically constructed SQL strings or SQL executed by addons against addon DBs
|
||||
pref("toolkit.telemetry.debugSlowSql", false);
|
||||
// Whether to use the unified telemetry behavior, requires a restart.
|
||||
pref("toolkit.telemetry.unified", true);
|
||||
pref("toolkit.telemetry.unified", false);
|
||||
|
||||
// Identity module
|
||||
pref("toolkit.identity.enabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue