We get chrome events for password reuse which are helpful and mostly include and ‘additional field’ entry for the category of URL
additional.fields["localized_url_category"] = "INTERNET_AND_TECHNOLOGY__WEB_DESIGN_AND_DEVELOPMENT"
Is it possible to filter out ones that have a category? i.e. only select ones that are unknown?
I’ve tried
$e.additional.fields["LOCALIZED_URL_CATEGORY"] !=/_+/
since most categories have an underscore, but it still selects unknowns. I’ve also tried =”” but it doesn’t appear to affect the selection criteria.