Bug 1564241 - Remove the contentblocking.exceptions scalar probe since it's expired. a=permafail-fix

Differential Revision: https://phabricator.services.mozilla.com//D37330

--HG--
extra : amend_source : 2640c821301ccbfe21e301c22dc4d51a5294ab97
This commit is contained in:
Ehsan Akhgari 2019-07-08 23:29:02 +02:00
parent 71a5bf7e4f
commit dd91eeb9c9
3 changed files with 0 additions and 26 deletions

View File

@ -41,10 +41,6 @@ add_task(async function setup() {
.getHistogramById("TRACKING_PROTECTION_ENABLED")
.snapshot().values;
is(enabledCounts[0], 1, "TP was not enabled on start up");
let scalars = Services.telemetry.getSnapshotForScalars("main", false).parent;
is(scalars["contentblocking.exceptions"], 0, "no CB exceptions at startup");
});
add_task(async function testShieldHistogram() {

View File

@ -1736,14 +1736,6 @@ BrowserGlue.prototype = {
);
Services.telemetry.getHistogramById("COOKIE_BEHAVIOR").add(cookieBehavior);
let exceptions = 0;
for (let permission of Services.perms.enumerator) {
if (permission.type == "trackingprotection") {
exceptions++;
}
}
Services.telemetry.scalarSet("contentblocking.exceptions", exceptions);
let fpEnabled = Services.prefs.getBoolPref(
"privacy.trackingprotection.fingerprinting.enabled"
);

View File

@ -488,20 +488,6 @@ security:
- main
contentblocking:
exceptions:
bug_numbers:
- 1484251
description: >
How many tracking protection/content blocking exceptions a user has at startup.
expires: "70"
kind: uint
notification_emails:
- jhofmann@mozilla.com
- pdol@mozilla.com
- seceng-telemetry@mozilla.com
release_channel_collection: opt-out
record_in_processes:
- main
cryptomining_blocking_enabled:
bug_numbers:
- 1522919