Mozilla Relay is experiencing issues with call and text delivery. We’re working on a fix. Check Mozilla Status for updates.

Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Disable AI chatbot via json

  • 6 отговора
  • 0 имат този проблем
  • Последен отговор от xzzatgrv

more options

I see the new AI chatbox feature buried within Firefox Labs. Is there not a way through a policies.json to disable that feature if it's unwanted? If there isn't, when would that be added (and hopefully before this feature becomes live in a future release)?

I see the new AI chatbox feature buried within Firefox Labs. Is there not a way through a policies.json to disable that feature if it's unwanted? If there isn't, when would that be added (and hopefully before this feature becomes live in a future release)?

Всички отговори (6)

more options

The AI chatbox is about the browser.ml.chat.enabled pref. You can control all "browser." pref via policies.json. See the Preferences policy.

Полезно?

more options

That doesn't seem to be working. I added "browser.ml.chat.enabled": false into my existing policies.json and restarted Firefox. The AI chatbot I had left open was still there, and going to the Firefox Labs section of settings still showed everything enabled as I had manually set it to test this out.

Is there another setting required to prevent it?

Полезно?

more options

Did you look under the policies.json header of the Preferences to see what you need to add? It doesn't work like what you wrote: "browser.ml.chat.enabled": false There are likely errors reported in about:policies.


{
 "policies": {
    "Preferences": {
      "browser.ml.chat.enabled": {
        "Value": false,
        "Status": "user"
      }
    }
  }
}

Полезно?

more options

Yeah, but I'm not seeing where it references ml.chat anywhere in any of the links, so guess I missed it.

Also, tried replacing the existing policies.json in the distribution folder with one just containing the above that you sent, but it still lets you turn on/off the "AI chatbot" option in Firefox Labs and still use the sidebar AI chat.

I do see the following now under Active in about:policies Preferences {"browser.ml.chat.enabled":{"Value":false,"Status":"user"}}

Полезно?

more options

Replace "Status": "user" with "Status": "locked" if you do not want users be able to change this setting.

Полезно?

more options

That looks like it does lock it out. If it's already opened, that leaves it there, maybe because the dropdown to "Choose a chatbot" is still populated. Is there a way to reset that dropdown too so maybe that'll eliminate that sidebar chat thing if someone already enabled it?

Thanks for the help here.

Полезно?

Задаване на въпрос

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.