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