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

11 lines
216 B
Python

include_rules = [
"+components/update_client",
]
specific_include_rules = {
"test_util.cc": [
"+components/prefs/pref_service.h",
"+components/prefs/testing_pref_service.h",
"+third_party/re2",
]
}