Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  metrics.yaml   Sprache: unbekannt

 
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

# Adding a new metric? We have docs for that!
https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html

$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
  - 'Core :: Privacy: Anti-Tracking'

fingerprinting.protection:
  canvas_noise_calculate_time_2:
    type: timing_distribution
    time_unit: nanosecond
    description: >
      Counts how long to generate canvas random noises.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838856
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1933797
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1838856#c1
    notification_emails:
      - tihuang@mozilla.com
      - tom@mozilla.com
      - tschuster@mozilla.com
    expires: never


characteristics:
  client_identifier:
    type: uuid
    description: >
      A unique identifier for a user, not the same as the normal Telemetry
      client_id, but needed so we can deduplicate reports and only take the most
      recent one per user.
    lifetime: application
    send_in_pings:
      - user-characteristics
      - deletion-request
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879154
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879154#c8
    expires: never
    data_sensitivity:
      - technical

  submission_schema:
    type: quantity
    unit: versions
    description: >
      An incrementing constant that represents the current schema/source of the
      data present in a ping. By referring to this value in a ping, one can know
      for certain the provenance of other data present in the ping, and what
      data may or may not be present.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879154
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879154#c8
    expires: never

  max_touch_points:
    type: quantity
    unit: Fingers
    description: >
      The number of touch points we will report to the web. On Android, this is
      based on Android's FEATURE_TOUCHSCREEN* constants - Mozilla caps this at 5
      as Android stops distinguishing between numbers greater than 5.  On
      Windows this comes from the SM_MAXIMUMTOUCHES System Metric.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879156
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879156#c4
    expires: never
    data_sensitivity:
      - technical

  video_dynamic_range:
    type: boolean
    description: >
      What LookAndFeel(VideoDynamicRange) reports. Note that CSSVideoDynamicRange
      has an additional dependency on Color Depth.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  prefers_reduced_transparency:
    type: boolean
    description: >
      What LookAndFeel(PrefersReducedTransparency) reports.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  prefers_reduced_motion:
    type: boolean
    description: >
      What LookAndFeel(PrefersReducedMotion) reports.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  prefers_contrast:
    type: quantity
    unit: enum StylePrefersContrast value
    description: >
      What Gecko_MediaFeatures_PrefersContrast reports for a ContentDocument
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  inverted_colors:
    type: boolean
    description: >
      What LookAndFeel(InvertedColors) reports.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  color_scheme:
    type: quantity
    unit: enum mozilla::ColorScheme value
    description: >
      The Color Scheme used for Content, from ContentPrefs() Preference Sheet.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  color_gamut:
    type: quantity
    unit: enum dom::ScreenColorGamut value
    description: >
      The Color Gamut reported by CSS
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  color_depth:
    type: quantity
    unit: bits
    description: >
      The Color Depth reported by CSS
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879624#c4
    expires: never
    data_sensitivity:
      - technical

  color_accentcolor:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Accentcolor.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  color_accentcolortext:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Accentcolortext.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  color_canvas:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Canvas.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  color_canvastext:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Canvastext.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  color_highlight:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Highlight.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  color_highlighttext:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Highlighttext.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  color_selecteditem:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Selecteditem.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  color_selecteditemtext:
    type: quantity
    unit: RGB
    description: >
      The CSS system-color Selecteditemtext.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - technical

  use_document_colors:
    type: boolean
    description: >
      This is the derived PreferenceSheet::Prefs::mUseDocumentColors value.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1889931
    expires: never
    data_sensitivity:
      - interaction

  missing_fonts:
    type: text
    description: >
      If a Font List is available for the user's platform, this
      string_list contains the fonts that are missing from the user's
      computer.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1880561
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1880561#c6
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  screen_width:
    type: quantity
    unit: pixels
    description: >
      Width of the primary screen in pixels.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881749
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881749#c5
    expires: never
    data_sensitivity:
      - technical

  screen_orientation:
    type: quantity
    unit: enum hal::ScreenOrientation value
    description: >
      Orientation of the primary screen.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881749
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881749#c5
    expires: never
    data_sensitivity:
      - technical

  screen_height:
    type: quantity
    unit: pixels
    description: >
      Height of the primary screen in pixels.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881749
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881749#c5
    expires: never
    data_sensitivity:
      - technical

  processor_count:
    type: quantity
    unit: int
    description: >
      Number of processors.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881759
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881759#c4
    expires: never
    data_sensitivity:
      - technical

  timezone:
    type: string
    description: >
      The the current timezone of the system
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881773
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881773#c4
    expires: never
    data_sensitivity:
      - interaction

  system_locale:
    type: string
    description: >
      The locale used by the host OS for localization.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881744
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1881744#c7
    expires: never
    data_sensitivity:
      - technical

  target_frame_rate:
    type: quantity
    unit: int
    description: >
      The target frame rate in frames-per-second.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882054
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882054#c3
    expires: never
    data_sensitivity:
      - technical

  gamepads:
    type: string_list
    description: >
      The information of the gamepads inserted on the user device. Each string
      represents one gamepad. We use a JSON array to describe a gamepad, every
      value represents one property of the gamepad. Following are the details:
        index 0: The ID of the game pad
        index 1: Which hand for the gamepad.
        index 2: Number of buttons
        index 3: Number of axes
        index 4: Number of haptics
        index 5: Number of lights
        index 6: Number of touches
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
      - tihuang@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1885936
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1885936#c2
    expires: never
    data_sensitivity:
      - technical

  prefs_intl_accept_languages:
    type: string
    description: >
      Value of the intl.accept_languages pref.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882482
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882482#c6
    expires: never
    data_sensitivity:
      - interaction

  prefs_media_eme_enabled:
    type: boolean
    description: >
      Value of the media.eme.enabled pref.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882482
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882482#c6
    expires: never
    data_sensitivity:
      - interaction

  prefs_zoom_text_only:
    type: boolean
    description: >
      Text-only zoom enabled (vs. full-zoom)
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882482
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882482#c6
    expires: never
    data_sensitivity:
      - interaction

  prefs_privacy_donottrackheader_enabled:
    type: boolean
    description: >
      Sending "do not track" HTTP header
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693#c5
    expires: never
    data_sensitivity:
      - interaction

  prefs_privacy_globalprivacycontrol_enabled:
    type: boolean
    description: >
      Sending "global privacy control" HTTP header
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693#c5
    expires: never
    data_sensitivity:
      - interaction

  prefs_general_autoscroll: # general.autoScroll
    type: boolean
    description: >
      Use autoscrolling
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693#c5
    expires: never
    data_sensitivity:
      - interaction

  prefs_general_smoothscroll: # general.smoothScroll
    type: boolean
    description: >
      Use smooth scrolling
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693#c5
    expires: never
    data_sensitivity:
      - interaction

  prefs_overlay_scrollbars: # widget.gtk.overlay-scrollbars.enabled
    type: boolean
    description: >
      Use overlay scrollbars (or otherwise "Always show scrollbars")
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693#c5
    expires: never
    data_sensitivity:
      - interaction

  prefs_block_popups: # dom.disable_open_during_load
    type: boolean
    description: >
      Block pop-up windows (The dom.disable_open_during_load pref)
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1884693#c5
    expires: never
    data_sensitivity:
      - interaction

  prefs_browser_display_use_document_fonts: # browser.display.use_document_fonts
    type: boolean
    description: >
      Allow pages to choose their own fonts.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_default_western: # font.default.x-western
    type: string
    description: >
      The value of the font.default.x-western pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_default_default_group: # font.default.<default language group>
    type: string
    description: >
      The value of the font.default.<default language group> pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_default_modified:
    type: quantity
    unit: int
    description: >
      The number of other modified font.default prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_serif_western: # font.name.serif.x-western
    type: string
    description: >
      The value of the font.name.serif.x-western pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_serif_default_group: # font.name.serif.<default language group>
    type: string
    description: >
      The value of the font.name.serif.<default language group> pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_serif_modified:
    type: quantity
    unit: int
    description: >
      The number of other modified font.name.serif prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_sans_serif_western: # font.name.sans-serif.x-western
    type: string
    description: >
      The value of the font.name.sans-serif.x-western pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_sans_serif_default_group: # font.name.sans-serif.<default language group>
    type: string
    description: >
      The value of the font.name.sans-serif.<default language group> pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_sans_serif_modified:
    type: quantity
    unit: int
    description: >
      The number of other modified font.name.sans-serif prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_monospace_western: # font.name.monospace.x-western
    type: string
    description: >
      The value of the font.name.monospace.x-western pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_monospace_default_group: # font.name.monospace.<default language group>
    type: string
    description: >
      The value of the font.name.monospace.<default language group> pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_monospace_modified:
    type: quantity
    unit: int
    description: >
      The number of other modified font.name.monospace prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_size_variable_western: # font.size.variable.x-western
    type: string
    description: >
      The value of the font.size.variable.x-western pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_size_variable_default_group: # font.size.variable.<default language group>
    type: string
    description: >
      The value of the font.size.variable.<default language group> pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_size_variable_modified:
    type: quantity
    unit: int
    description: >
      The number of other modified font.size.variable prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_size_monospace_western: # font.size.monospace.x-western
    type: string
    description: >
      The value of the font.size.monospace.x-western pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_size_monospace_default_group: # font.size.monospace.<default language group>
    type: string
    description: >
      The value of the font.size.monospace.<default language group> pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  canvasdata1:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a simple organge box and used as a control image
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata2:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a bordered triage, and used to test point interpolation
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata3:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a stretched photographic image, used to test image operations.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata4:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is two rotated, semi-transparenct overlapping squares, used to test transparency and point interpolation.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata5:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a local font rendered normally.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata6:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a local font rendered with italics, rotation, and shadow-blur.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata7:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a system-ui font rendered normally.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata8:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a system-ui font rendered with italics, rotation, and shadow-blur.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata9:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a font shipped with Firefox rendered normally.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata10:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a font shipped with Firefox rendered with italics, rotation, and shadow-blur.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata11_webgl:
    type: string
    description: >
      The sha1 hash of an image rendered on a WebGL canvas (instead of Canvas2D). IT is a RGB gradient cube.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata12_fingerprintjs1:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas, it is a copy of fingerprintjs' text canvas
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata13_fingerprintjs2:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas, it is a copy of fingerprintjs' geometry canvas
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894958#c11
    expires: never
    data_sensitivity:
      - technical

  canvasdata1software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a simple organge box and used as a control image
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata2software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a bordered triage, and used to test point interpolation
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata3software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a stretched photographic image, used to test image operations.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata4software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is two rotated, semi-transparenct overlapping squares, used to test transparency and point interpolation.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata5software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a local font rendered normally.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata6software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a local font rendered with italics, rotation, and shadow-blur.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata7software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a system-ui font rendered normally.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata8software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a system-ui font rendered with italics, rotation, and shadow-blur.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata9software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a font shipped with Firefox rendered normally.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata10software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas. The image is a font shipped with Firefox rendered with italics, rotation, and shadow-blur.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata11_webglsoftware:
    type: string
    description: >
      The sha1 hash of an image rendered on a WebGL canvas (instead of Canvas2D). IT is a RGB gradient cube.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata12_fingerprintjs1software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas, it is a copy of fingerprintjs' text canvas
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  canvasdata13_fingerprintjs2software:
    type: string
    description: >
      The sha1 hash of an image rendered on a canvas, it is a copy of fingerprintjs' geometry canvas
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1879151
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900828#c4
    expires: never
    data_sensitivity:
      - technical

  font_size_monospace_modified:
    type: quantity
    unit: int
    description: >
      The number of other modified font.size.monospace prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_minimum_size_western: # font.minimum-size.x-western
    type: string
    description: >
      The value of the font.minimum-size.x-western pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_minimum_size_default_group: # font.minimum-size.<default language group>
    type: string
    description: >
      The value of the font.minimum-size.<default language group> pref
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_minimum_size_modified:
    type: quantity
    unit: int
    description: >
      The number of other modified font.minimum-size prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_list_serif_modified:
    type: quantity
    unit: int
    description: >
      The number of modified font.name-list.serif. prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_list_sans_serif_modified:
    type: quantity
    unit: int
    description: >
      The number of modified font.name-list.sans-serif. prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_list_monospace_modified:
    type: quantity
    unit: int
    description: >
      The number of modified font.name-list.monospace. prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_list_cursive_modified:
    type: quantity
    unit: int
    description: >
      The number of modified font.name-list.cursive. prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_list_cursive_modified:
    type: quantity
    unit: int
    description: >
      The number of modified font.name-list.cursive. prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_list_emoji_modified:
    type: quantity
    unit: int
    description: >
      The number of modified font.name-list.cursive. prefs.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  font_name_list_emoji_modified:
    type: boolean
    description: >
      Whether the pref font.name-list.emoji was modified.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1887658#c4
    expires: never
    data_sensitivity:
      - interaction

  gl_extensions:
    type: text
    description: >
      The list of OpenGL extensions supported by the user's system.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_extensions_raw:
    type: text
    description: >
      The raw list of OpenGL extensions supported by the user's system.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_renderer:
    type: string
    description: >
      The OpenGL renderer string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      - technical

  gl_renderer_raw:
    type: string
    description: >
      The raw OpenGL renderer string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      - technical

  gl_vendor:
    type: string
    description: >
      The OpenGL vendor string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      - technical

  gl_vendor_raw:
    type: string
    description: >
      The raw OpenGL vendor string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      - technical

  gl_version_raw:
    type: string
    description: >
      The raw OpenGL version string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      - technical

  gl_fragment_shader:
    type: string
    description: >
      Hash of the transformed source of the fragment shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      - technical

  gl_vertex_shader:
    type: string
    description: >
      Hash of the transformed source of the vertex shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      - technical

  gl_minimal_source:
    type: text
    description: >
      Transformed source of the minimal shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_params_extensions:
    type: text
    description: >
      The list of GL parameters of the extensions.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_params:
    type: text
    description: >
      The list of GL parameters of GL1.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1943627
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1943627#c1
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_precision_fragment:
    type: text
    description: >
      Precisions of the fragment shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_precision_vertex:
    type: text
    description: >
      Precisions of the vertex shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1919090#c5
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_context_type:
    type: string
    description: >
      The type of the GL context (EGL, GLX, WGL, etc).
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c17
    expires: never
    data_sensitivity:
      - technical

  gl_version_software:
    type: quantity
    unit: int
    description: >
      The version of OpenGL supported by the user's system.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_extensions_software:
    type: text
    description: >
      The list of OpenGL extensions supported by the user's system.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_extensions_raw_software:
    type: text
    description: >
      The raw list of OpenGL extensions supported by the user's system.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_renderer_software:
    type: string
    description: >
      The OpenGL renderer string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_renderer_raw_software:
    type: string
    description: >
      The raw OpenGL renderer string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_vendor_software:
    type: string
    description: >
      The OpenGL vendor string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_vendor_raw_software:
    type: string
    description: >
      The raw OpenGL vendor string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_version_raw_software:
    type: string
    description: >
      The raw OpenGL version string.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_fragment_shader_software:
    type: string
    description: >
      Hash of the transformed source of the fragment shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_vertex_shader_software:
    type: string
    description: >
      Hash of the transformed source of the vertex shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      - technical

  gl_minimal_source_software:
    type: text
    description: >
      Transformed source of the minimal shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_params_extensions_software:
    type: text
    description: >
      The list of GL parameters of the extensions.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_params_software:
    type: text
    description: >
      The list of GL parameters of GL1.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1943627
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1943627#c1
    expires: never
    data_sensitivity:
      # Text metrics are _required_ to be web_activity or highly_sensitive, so even though this
      # is more like 'technical' (per the Data Review), I'm marking highly sensitive.
      - highly_sensitive

  gl_precision_fragment_software:
    type: text
    description: >
      Precisions of the fragment shader.
    lifetime: application
    send_in_pings:
      - user-characteristics
    notification_emails:
      - tom@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1922506#c15
    expires: never
    data_sensitivity:
--> --------------------

--> maximum size reached

--> --------------------

[ Dauer der Verarbeitung: 0.30 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge