disable yaml build by default
This commit is contained in:
parent
d888478b4a
commit
a6517eb420
@ -99,7 +99,7 @@ impl Default for Config {
|
|||||||
csp_print: true,
|
csp_print: true,
|
||||||
promisc: true,
|
promisc: true,
|
||||||
rdp: true,
|
rdp: true,
|
||||||
yaml: true,
|
yaml: false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user