mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 23:28:55 +00:00
* chore: Implement settings dump schema to update firefox remote services data, b=no-bug, c=configs, scripts * feat: Also update with timestamps, b=no-bug, c=configs, scripts * chore: Move JSON with comments to a new module, b=no-bug, c=scripts, tests --------- Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
26 lines
592 B
YAML
26 lines
592 B
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Machine learning and chat feature preferences
|
|
- name: browser.ml.chat.enabled
|
|
value: false
|
|
|
|
- name: browser.ml.chat.shortcuts
|
|
value: false
|
|
|
|
- name: browser.ml.chat.shortcuts.custom
|
|
value: false
|
|
|
|
- name: browser.ml.chat.sidebar
|
|
value: false
|
|
|
|
- name: browser.ml.enable
|
|
value: false
|
|
|
|
- name: browser.ml.chat.menu
|
|
value: false
|
|
|
|
- name: browser.ml.linkPreview.enabled
|
|
value: false
|