Is there a recommended best practice to avoid leaking user info through targeting rules? (ie. this issue)
For example, is there a way to setup a targeting group for all emails ending with xxx.com without leaking xxx.com to all clients?
Ok, so for the specific case I mention only remote evaluation can solve it right?
f
fresh-football-47124
07/16/2024, 12:05 AM
you can use secure attributes, which makes it hard to figure out - depends how much security you need
b
bright-address-95055
07/16/2024, 12:05 AM
Doesn’t my use case require sending the regex to the client? how can the regex be hashed?
h
happy-autumn-40938
07/16/2024, 12:13 AM
secure attributes do not work with regex. If you require advanced string comparisons and security together, then remote evaluation is probably your best bet