Sensitive User Data

How does Zipy handle sensitive user data?

At Zipy, data privacy and security is of utmost importance to us. Hence by default, our tool will disable the capture of all sensitive and Personal Identifiable Information of the users, which includes email IDs, passwords, usernames, credit card information, etc.

Further, Zipy allows configuration of the following parameters, to ensure better privacy. Please reach out to us if you want to change the default values.

Config Param Name

Description

Default Value

IP Capture

Capture IP address of the user

true

Input Masking

Masking of user inputs in TextFields, TextAreas, FormInputs, Passwords, etc.

true

Also, Zipy allows you to block additional sensitive data using the zipy-block class.

<div class="zipy-block">Sample div</div>

Example Usage:

<div class="zipy-block">
    <label>Card details</label>
    <input type="text" placeholder="Name">
    <input type="text" placeholder="Card number">
</div>

Last updated