We made sensitive words case-insensitive so that users don't have to know
in advance all possible cases in which they appear. E.g., Intentionet, intentionet.
However, despite matching any case, we should anonymize each case separately. This will
leak less information if for some reason one occurrence is guessable, otherws will not.
We made sensitive words case-insensitive so that users don't have to know in advance all possible cases in which they appear. E.g., Intentionet, intentionet.
However, despite matching any case, we should anonymize each case separately. This will leak less information if for some reason one occurrence is guessable, otherws will not.
This change is