Ensure enterprise policy and locale/region restrictions are respected for AI Controls settings
Categories
(Firefox :: Settings UI, enhancement, P2)
Tracking
()
People
(Reporter: sopsal, Assigned: mstriemer)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details |
- This bug supports the broader effort to centralize Gen AI related user controls in Firefox Settings.
- It updates the Settings UI to respect enterprise policy by hiding or disabling Gen AI related controls when required.
Updated•5 months ago
|
Comment 1•3 months ago
|
||
Tracking for Fx148 as a blocker for Bug 2005605
Comment 2•3 months ago
|
||
The bug is marked as tracked for firefox148 (beta). However, the bug still isn't assigned.
:pluk, could you please find an assignee for this tracked bug? If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit BugBot documentation.
Updated•3 months ago
|
| Assignee | ||
Comment 3•3 months ago
|
||
Some features are also entirely hidden and not able to be turned on in certain regions or locales. This should be handled here too
AIFeature.isAllowed -> hide setting
AIFeature.isManagedByPolicy -> render as usual (show correct state), but disable
| Assignee | ||
Comment 4•3 months ago
|
||
Backed out for causing bc failures @ browser_link_preview_aifeature_lifecycle.js
Comment 8•3 months ago
|
||
| bugherder | ||
| Assignee | ||
Comment 9•3 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D280317
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Comment 10•3 months ago
|
||
| uplift | ||
Comment 11•3 months ago
|
||
This issue is Verified as fixed in our latest Nightly as well as our latest Beta 148.0b9, however there are few inconsistencies with the settings from a few features.
If we use this policies file:
{
"policies": {
"TranslateEnabled": false,
"GenerativeAI": {
"Enabled": false,
"Chatbot": false,
"TabGroups": false,
"LinkPreviews": false,
"Locked": true
}
}
}
The "Use AI to suggest tabs and a name for tab groups" is displayed in about:preferences as disabled. (Bug 2012998)
The Translations settings are completely hidden.
The Link Previews are still enabled except for the Ai part (Key points in link previews) which is also hidden. (Bug 2013001)
The PDF Js Alt Text feature has no policy that could block it.
All these features are indeed blocked by policies except for the Alt Text feature and I will mark this issue as Verified as fixed.
I also tested a few non EN* builds and the Link Previews, PDF Alt Text and Smart Tab groups are hidden from the AI controls page.
| Assignee | ||
Updated•2 months ago
|
Description
•