Disabling Target Text Capture

If your site or app has clickable icons that may contain sensitive information, you may want to disable target text capture.

To disable target text capture, you'll need to make a small one-time change to the Freshpaint script that you are deploying. To make the change, you'll simply need to add a second argument to the .init call in your Freshpaint script, containing {'disable_target_text_capture': true} as seen below:

Last updated