disable yaml build by default

This commit is contained in:
Robin Müller 2024-05-30 23:33:35 +02:00
parent d888478b4a
commit a6517eb420
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -99,7 +99,7 @@ impl Default for Config {
csp_print: true,
promisc: true,
rdp: true,
yaml: true,
yaml: false,
}
}
}