Source code

Revision control

Copy as Markdown

Other Tools

# 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 http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that!
---
$tags:
- 'Core :: DOM: Notifications'
web_notification:
insecure_context_permission_request:
type: counter
description: >
Whether we saw a permission request from an insecure context.
bugs:
data_reviews:
notification_emails:
- krosylight@mozilla.com
expires: never
show_origin:
type: labeled_counter
description: >
The category of the origin that calls new Notification/showNotification().
labels:
- first_party
- third_party
- nested_first_party
bugs:
data_reviews:
notification_emails:
- krosylight@mozilla.com
expires: never
permission_origin:
type: labeled_counter
description: >
The category of the origin that retrieves Notification.permission.
labels:
- first_party
- third_party
- nested_first_party
bugs:
data_reviews:
notification_emails:
- krosylight@mozilla.com
expires: never
request_permission_origin:
type: labeled_counter
description: >
The category of the origin that calls Notification.requestPermission().
labels:
- first_party
- third_party
- nested_first_party
bugs:
data_reviews:
notification_emails:
- krosylight@mozilla.com
expires: never