mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 12:01:27 +00:00
Co-authored-by: fen4flo <75260616+FlorianButz@users.noreply.github.com> Co-authored-by: fen4flo <fb8599422@gmail.com>
23 lines
515 B
YAML
23 lines
515 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/.
|
|
|
|
- name: zen.boosts.enabled
|
|
value: "@IS_TWILIGHT@"
|
|
|
|
- name: zen.boosts.dissolve-on-zap
|
|
value: true
|
|
|
|
- name: zen.boosts.invert-channel-floor
|
|
value: 15
|
|
cpptype: uint32_t
|
|
mirror: once
|
|
type: static
|
|
|
|
- name: zen.boosts.disable-on-anonymous-content
|
|
value: true
|
|
cpptype: bool
|
|
mirror: once
|
|
type: static
|
|
|