Question
Willis Towers Watson
US
Last activity: 15 Dec 2023 8:09 EST
Pega Co-browse Masking from Code
I am a developer attempting to implement your Co-browse solution.
I would like to know if there is a code-first approach to masking elements. What is explained in your docs is brittle. Any change to the element's (HTML) structure will expose PII by mistake.
Other systems that allow masking of elements have an option of adding a Class Name to the element that masks it. That way when the HTML structure changes, the element is still masked.
Do you have this ability?