From d711ee7cbf539ab26a74c4c5ba8de9a03b892a7b Mon Sep 17 00:00:00 2001 From: prousso Date: Thu, 16 May 2024 12:41:30 +0200 Subject: [PATCH] chore(url): allow symbols and pictographs in url --- src/validators/url.py | 2 ++ tests/test_url.py | 1 + 2 files changed, 3 insertions(+) diff --git a/src/validators/url.py b/src/validators/url.py index 43cf0561..5a87b646 100644 --- a/src/validators/url.py +++ b/src/validators/url.py @@ -29,6 +29,8 @@ def _path_regex(): return re.compile( # allowed symbols r"^[\/a-z0-9\-\.\_\~\!\$\&\'\(\)\*\+\,\;\=\:\@\%" + # symbols / pictographs + + r"\U0001F300-\U0001F5FF" # emoticons / emoji + r"\U0001F600-\U0001F64F" # multilingual unicode ranges diff --git a/tests/test_url.py b/tests/test_url.py index 6b365833..fd846da0 100644 --- a/tests/test_url.py +++ b/tests/test_url.py @@ -76,6 +76,7 @@ "http://[::FFFF:129.144.52.38]:80/index.html", "http://[2010:836B:4179::836B:4179]", "http://foo.bar", + "http://foo.bar/📍", "http://google.com:9/test", "http://5.196.190.0/", "http://username:password@example.com:4010/", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy