Skip to content

Commit 6187e8b

Browse files
committed
Add more characters to foreign language detector
1 parent 7adc871 commit 6187e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Lio/Content/ForeignLanguageSpamDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class ForeignLanguageSpamDetector implements SpamDetector
66
/** @inheritdoc */
77
public function detectsSpam($value)
88
{
9-
return (bool) preg_match("/[일안명빠에외전나밤】]+/iu", $value);
9+
return (bool) preg_match("/[일안명빠에외전나밤노카지소테크카지주소る테】]+/iu", $value);
1010
}
1111
}

0 commit comments

Comments
 (0)