You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whole Match and Per-Word matching methods are not censoring Cyrillic words and they remain the same. Exact Match and Partial Match are working correctly.
Add new Cyrillic word in the profanity list of the extension.
example words: котка (cat in English), куче (dog in English), врата (door in English),
прозорец (window in English), маса (table in English)
Set matching method of this word to Whole Match.
Type censored word in Google or other popular search engine.
The text was updated successfully, but these errors were encountered:
I just pushed an update (1.1.0) that should hopefully address this issue. Please let me know once you get the update if the problem is fixed or not.
It turns out the issue is that JavaScript doesn't handle UTF-8 characters inside RegExp (the mechanism the filter uses to identify which words to target) very well. I have introduced a workaround and in my testing have had success. Thanks for pointing out this issue, and hopefully it shouldn't be a problem anymore.
Description
Whole Match and Per-Word matching methods are not censoring Cyrillic words and they remain the same. Exact Match and Partial Match are working correctly.
Details (Bugs Only)
Chrome Version: 68.0.3440.84
Firefox Version: 61.0.1
Extension Version: 1.0.15
Operating System: Win 10
Steps to reproduce (Bugs only)
example words: котка (cat in English), куче (dog in English), врата (door in English),
прозорец (window in English), маса (table in English)
The text was updated successfully, but these errors were encountered: