@ywfe/fe-tools 1.2.1-beta.27 → 1.2.1-beta.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -8727,7 +8727,6 @@ function request(_a) {
8727
8727
  "((([a-z\d]([a-z\d-]*[a-z\d])*)\.)+[a-z]{2,}|" + // domain name
8728
8728
  "((\d{1,3}\.){3}\d{1,3}))" + // OR ip (v4) address
8729
8729
  "(\:\d+)?(\/[-a-z\d%_.~+]*)*" + // port and path
8730
- "(\?[;&a-z\d%_.~+=-]*)?" + // query string
8731
8730
  "(\#[-a-z\d_]*)?$", "i"); // fragment locator
8732
8731
  return !!pattern.test(url);
8733
8732
  };