為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 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.

有幫助嗎?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題