Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.