forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1866199 - Extend quarantinedDomains Glean untill Firefox 130 r=robwu
DataReview+ carried over from bug 1866196, as these are mirrored metrics. Differential Revision: https://phabricator.services.mozilla.com/D196127
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -359,11 +359,12 @@ extensions.quarantined_domains: | |
Number of domains listed in the quarantined domains list pref for the client during | ||
this session. | ||
lifetime: application | ||
expires: 123 | ||
expires: 130 | ||
notification_emails: | ||
- [email protected] | ||
bugs: | ||
- https://bugzilla.mozilla.org/1840615/ | ||
- https://bugzilla.mozilla.org/1866199/ | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1840615 | ||
data_sensitivity: | ||
|
@@ -375,11 +376,12 @@ extensions.quarantined_domains: | |
description: > | ||
SHA1 cryptographic hash of the quarantined domains string pref. | ||
lifetime: application | ||
expires: 123 | ||
expires: 130 | ||
notification_emails: | ||
- [email protected] | ||
bugs: | ||
- https://bugzilla.mozilla.org/1841683/ | ||
- https://bugzilla.mozilla.org/1866199/ | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1840615#c2 | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1841683 | ||
|
@@ -396,11 +398,12 @@ extensions.quarantined_domains: | |
startup and so this metric lifetime can be set to application and expect | ||
it to be always set to the value got from the RemoteSettings collection. | ||
lifetime: application | ||
expires: 123 | ||
expires: 130 | ||
notification_emails: | ||
- [email protected] | ||
bugs: | ||
- https://bugzilla.mozilla.org/1841683/ | ||
- https://bugzilla.mozilla.org/1866199/ | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1841683 | ||
data_sensitivity: | ||
|