Closed Bug 1844889 Opened 2 years ago Closed 2 years ago

UrlbarInterventions does not honor the Locked setting

Categories

(Firefox :: Enterprise Policies, defect)

Firefox 115
defect

Tracking

()

RESOLVED DUPLICATE of bug 1749535

People

(Reporter: matthewadirks, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0

Steps to reproduce:

Using Group Policy templates provided by Mozilla (currently version 5.0), I set "Urlbar Interventions" (UrlbarInterventions policy) under the User Messaging category to Disabled and "Do not allow user messaging preferences to be changed" (Locked policy) to Enabled.

Actual results:

The preference "browser.urlbar.quicksuggest.dataCollection.enabled" (which is omitted as the corresponding preference to UrlbarInterventions in the policy documentation at https://github.com/mozilla/policy-templates/blob/master/README.md#usermessaging ) was set to false but it was not locked. This allowed users to be able to modify the "Improve the Firefox Suggest experience" setting under Privacy & Security.

I had to specify the following in an autoconfig file to get the lock to be honored:
lockPref("browser.urlbar.quicksuggest.dataCollection.enabled", false);

Expected results:

The preference "browser.urlbar.quicksuggest.dataCollection.enabled" should be set to false and locked. Users should not be able to modify the "Improve the Firefox Suggest experience" setting under Privacy & Security.

The Bugbug bot thinks this bug should belong to the 'Firefox::Enterprise Policies' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: Untriaged → Enterprise Policies

The severity field is not set for this bug.
:mkaply, could you have a look please?

For more information, please visit BugBot documentation.

Flags: needinfo?(mozilla)

URL bar interventions and Firefox suggest are two different things, so I wouldn't expect one to affect the other.

What we're actually missing is policies for Firefox Suggest. I'll get that done.

Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1749535
Flags: needinfo?(mozilla)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.