2
0
Fork 0

feat(incoming): strip feedback link as well
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2024-05-28 16:40:26 +02:00
parent bef4f433fc
commit 1960275d36
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ register = template.Library()
@register.filter(name="striplogintoken")
def strip_login_token(value):
return sub(
r"https://helfen\.kntkt\.de/l/[-\w]+", "(zurückbehalten)", value, flags=ASCII
r"https://helfen\.kntkt\.de/[fl]/[-\w]+", "(zurückbehalten)", value, flags=ASCII
)