mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
22 lines
392 B
TOML
22 lines
392 B
TOML
# SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
continue-on-failure = true
|
|
|
|
[[operations]]
|
|
include-path-regex = "/sync/?.*"
|
|
enabled = false
|
|
|
|
[phases.stateful]
|
|
enabled = false
|
|
|
|
[phases.fuzzing]
|
|
enabled = false
|
|
|
|
[auth]
|
|
basic = { username = "plain", password = "${RELAY_PASSWORD}" }
|
|
|
|
[output.sanitization]
|
|
enabled = false
|