Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Disable AI chatbot via json

  • 3 odpovede
  • 0 má tento problém
  • Posledná odpoveď od cor-el

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)?

Všetky odpovede (3)

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.

Pomohla vám táto odpoveď?

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?

Pomohla vám táto odpoveď?

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"
      }
    }
  }
}

Pomohla vám táto odpoveď?

Položiť otázku

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.