Skip to content

Commit

Permalink
added unicode chars for åäöÅÄÖ
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit committed Oct 2, 2023
1 parent cc5acba commit 7919fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/privacy_webbkollen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7919fd0

Please sign in to comment.