diff --git a/src/config/url.zig b/src/config/url.zig index 5e78d4716..8102460f1 100644 --- a/src/config/url.zig +++ b/src/config/url.zig @@ -22,12 +22,6 @@ 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_schemes ++ - \\)(?: - ++ ipv6_url_pattern ++ - \\|[\w\-.~:/?#@!$&*+,;=%]+(?:[\(\[]\w*[\)\]])?)+(?