Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
3b4a633
WIP
gcp Aug 5, 2025
e38d646
feat: add enterprise download security telemetry with MOZ_ENTERPRISE …
gcp Aug 22, 2025
ea2854a
feat: add enterprise download telemetry with policy controls
gcp Aug 22, 2025
e7f5908
chore: update Cargo.lock
gcp Aug 25, 2025
02f5632
feat: add TELEMETRY_ENDPOINT env var support for telemetry endpoints
gcp Aug 25, 2025
61dd192
refactor: unify TELEMETRY_ENDPOINT handling across components
gcp Aug 25, 2025
3205509
refactor: use lazy loading for DownloadsTelemetry
gcp Aug 25, 2025
4caf74b
feat: add localhost support for telemetry testing and debugging
gcp Aug 27, 2025
274abf1
feat: prioritize TELEMETRY_ENDPOINT env var over localhost config
gcp Aug 27, 2025
150fcc7
feat: add debug logging for download telemetry
gcp Aug 27, 2025
038925f
fix: Improve error handling and resource path resolution in downloads…
gcp Aug 27, 2025
47cea1a
feat: wrap file_downloaded telemetry in MOZ_ENTERPRISE ifdef
gcp Aug 27, 2025
e484c38
fix: use MOZ_TELEMETRY_REPORTING instead of MOZILLA_OFFICIAL for tele…
gcp Aug 28, 2025
b1f9540
feat: reset telemetry localhost port and expose MOZ_TELEMETRY_REPORTI…
gcp Sep 1, 2025
cc580c9
refactor: move download telemetry to dedicated enterprise ping
gcp Sep 2, 2025
ca80612
fix: use PathUtils as global instead of importing as ES module
gcp Sep 2, 2025
6997c65
POC metric for page printed
Nov 13, 2025
19b231e
Update metric to have better data
Nov 13, 2025
72a29ea
Put print telemetry behind #ifdef MOZ_ENTERPRISE
Nov 14, 2025
f824376
Add and check prefs for metric
Nov 14, 2025
384b4a4
Add content titles to print metric payload
Nov 14, 2025
e6a22fb
Add existing add-on install metric to enterprise pings
Nov 17, 2025
f98868d
Include info section in enterprise ping so console can consume
Nov 20, 2025
da7695d
Allow enterprise prefix policies to be set via policy
Nov 20, 2025
0bd4adb
Enterprise glean client
fiji-flo Nov 20, 2025
6ee43ad
Add metric for browsing a blocked URL
Nov 20, 2025
f3bf7a2
Remove debugging force-enable of download telemetry
Nov 21, 2025
65185b4
Add policy and pref for telemetry of browsing blocked domains
Nov 21, 2025
2090a56
Protect against telemetry exceptions for printing
Nov 21, 2025
eaaa96a
Protect against telemetry exceptions during website filtering
Nov 21, 2025
9b74d2f
Add BlocklistDomainBrowsedTelemetry policy to schema
Nov 21, 2025
9e4617a
Revert defunct changes to redirect telemetry
Nov 21, 2025
d72789d
Remove defunct cargo dependency on local glean
Nov 21, 2025
7da0388
Remove obsolete pref
Nov 21, 2025
4b6aecb
Remove trace log statements
Nov 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions browser/components/enterprisepolicies/Policies.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2190,6 +2190,7 @@ export var Policies = {
"browser.",
"datareporting.policy.",
"dom.",
"enterprise.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonathanmendez This one is confusing me, I don't think this patch adds any preferences under that prefix?

"extensions.",
"general.autoScroll",
"general.smoothScroll",
Expand Down