srctree

Gregory Mullen parent 6b3cf7e5 b1a82271
add some common defaults

I'm intentionally being opinionated here. We should resist the cult tryingto make the web worse for everyone else

inlinesplit
src/bot-detection.zig added: 4, removed: 4, total 0
@@ -93,10 +93,10 @@ test BotDetection {
}
 
pub const RobotOptions = struct {
default_allow: bool,
delay: u16,
default_allow: bool = true,
delay: u16 = 0,
extra_rules: ?[]const u8,
customized: bool,
customized: bool = false,
 
pub const default: RobotOptions = .{
.default_allow = true,