Files
Michael Herrmann c9f6debc71 Improve update request privacy (#31127)
* Don't send any contents of the hw object
 * Never send app/lang
 * Don't send download_time_ms

The motivation is that these could otherwise potentially be used to
fingerprint users.
2025-09-29 16:54:35 +02:00

7 lines
132 B
Python

include_rules = [
"+brave/components/update_client",
"+chrome/updater",
"+components/prefs",
"+components/update_client",
]