Open
Bug 2047219
Opened 2 months ago
Updated 2 months ago
Policices can be set that make the Accounts/Sync page have no useful information
Categories
(Firefox :: Settings UI, defect, P3)
Firefox
Settings UI
Tracking
()
NEW
People
(Reporter: mkaply, Unassigned)
References
Details
(Whiteboard: [recomp])
If you have Firefox as the default browser and use the following policies:
{
"policies": {
"DisableFirefoxAccounts": true,
"DisableProfileImport": true,
"BrowserDataBackup": {
"AllowBackup": false,
"AllowRestore": false
}
}
}
The Account/Sync tab doesn't have any useful information. In that case, it probably shouldn't be shown.
(Note that most of these correspond to preferences that can be checked except for profile import. That policy would need to be checked directly)
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•