Sie verwenden einen veralteten Browser. Es kann sein, dass diese oder andere Webseiten nicht korrekt angezeigt werden. Sie sollten ein Upgrade durchführen oder einen alternativen Browser verwenden.
Titelwarnung
2.3.1
Registrieren Sie sich oder melden Sie sich an für kostenlosen Download
Fix URL detection in title warning by using regex pattern matching
Replace word-splitting approach with regex-based matching:
Phrases with special chars (URLs, etc.) match as substrings
Regular words match with word boundaries (\b)
Support XF2.3
Min require XF2.3
Fixed extension
Now if a word contains a forbidden word, it is checked because it can only be a part, perhaps in the future there will be support for lemmas
Using string helpers from XF