diff --git a/src/config/url.zig b/src/config/url.zig index e28ead1d8..8f32e8f16 100644 --- a/src/config/url.zig +++ b/src/config/url.zig @@ -23,7 +23,7 @@ const oni = @import("oniguruma"); /// There are many complicated cases where these heuristics break down, but /// handling them well requires a non-regex approach. pub const regex = "(?:" ++ url_scheme ++ ")(?:[\\w./+:@%?=&-]+(?:\\(\\w*\\))?)+(?