diff --git a/src/config/url.zig b/src/config/url.zig index 4feb343b0..8f32e8f16 100644 --- a/src/config/url.zig +++ b/src/config/url.zig @@ -22,8 +22,8 @@ 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*\\))?)+(?