"Allow Firefox to send backlogged crash reports on your behalf" preference doesn't look disabled when locked
Categories
(Firefox :: Settings UI, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | verified |
People
(Reporter: mkaply, Assigned: Gijs)
Details
Attachments
(1 file)
If you lock:
browser.crashReports.unsubmittedCheck.autoSubmit2
using policy, the preferences UI isn't locked.
Updated•4 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 1•2 years ago
|
||
In part this is still the case today with the lastest ESR (115.9.1).
Here is a testcase:
- Created a policies.json file with the following contents:
{
"policies": {
"Preferences": {
"browser.crashReports.unsubmittedCheck.autoSubmit2": {
"Value": false,
"Status": "locked"
}
},
"DisableTelemetry": true
}
}
- Subsequently, placed this file within the installation directory: C:\Program Files\Mozilla Firefox\distribution\policies.json
- restarted the browser and went to
Settings > Privacy & Security > Firefox Data Collection and Use
=> When setting this policy, the option Allow Firefox to send backlogged crash reports on your behalf is disabled, so the user can't enable the corresponding checkbox by clicking on it, but the text of the option doesn't get greyed out so, for the user it looks like he could activate it.
For comparison, the DisableTelemetry option results in graying out Allow Firefox to send technical and interaction data to Mozilla and Allow Firefox to make personalized extension recommendations like any other setting which gets disabled and locked.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Comment 4•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Reproduced the issue on Firefox 103.0a1 on macOS 14.5 by following the infos provided in Comment 0.
The issue is fixed on Firefox 127.0b2. Tests were performed on macOS 14.5, Windows 11 and Ubuntu 24.04.
Description
•