#3640 closed defect (bug) (fixed)
Words containing unicode chars may bypass moderation filters
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6.14 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | API - Moderation | Keywords: | commit |
Cc: |
Description
Related: #wp57207
See: https://bbpress.trac.wordpress.org/browser/trunk/src/includes/common/functions.php#L990
In short, words like "Установка" and "УСТАНОВКА" are only being matched in a case-sensitive way by the bbp_check_for_moderation()
function.
It should be case-insensitive instead, so that it can correctly match & catch content regardless of upper or lower case.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 7303: