From 7919fd07e4c7f072cc8c1be004046d283417b1e5 Mon Sep 17 00:00:00 2001 From: 7h3Rabbit <62792609+7h3Rabbit@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:52:57 +0200 Subject: [PATCH] =?UTF-8?q?added=20unicode=20chars=20for=20=C3=A5=C3=A4?= =?UTF-8?q?=C3=B6=C3=85=C3=84=C3=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/privacy_webbkollen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/privacy_webbkollen.py b/tests/privacy_webbkollen.py index ff44fb08..0a7e3ca0 100644 --- a/tests/privacy_webbkollen.py +++ b/tests/privacy_webbkollen.py @@ -18,7 +18,7 @@ # DEFAULTS -regex_allowed_chars = r"[^a-zA-Zå-öÅ-Ö 0-9\-:\/]+" +regex_allowed_chars = r"[^\u00E5\u00E4\u00F6\u00C5\u00C4\u00D6a-zA-Zå-öÅ-Ö 0-9\-:\/]+" request_timeout = config.http_request_timeout useragent = config.useragent time_sleep = config.webbkoll_sleep