1
0
Fork 0

0506: clarify

oh noes! what's blocked, the pref or the ping? .. also save MOAR bytes
This commit is contained in:
Thorin-Oakenpants 2021-08-16 04:10:20 +00:00 committed by GitHub
parent dcc736bb85
commit 7d1e244f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ user_pref("app.normandy.api_url", "");
user_pref("extensions.systemAddon.update.enabled", false); // [FF62+]
user_pref("extensions.systemAddon.update.url", ""); // [FF44+]
/* 0506: disable PingCentre telemetry (used in several System Add-ons) [FF57+]
* Currently blocked by "datareporting.healthreport.uploadEnabled" (see 0340) ***/
* Defense-in-depth: currently covered by 0340 ***/
user_pref("browser.ping-centre.telemetry", false);
/* 0515: disable Screenshots ***/
// user_pref("extensions.screenshots.disabled", true); // [FF55+]