How do I prevent elements from being tracked by MagicBrowse?Edit your HTML Page
Articles on: Developers
MagicBrowse is built with privacy in mind and inputs are automatically hidden. You want to hide some elements to be tracked? here is how to do this
We build a
data-browsing-ignore
you can add to prevent an elements from being tracked by MagicBrowse.
Example :
Welcome to AcmeInc.
Here is your password: VERY_SENSITIVE_DATA
Then you can implement the
data-browsing-ignore
attribute
Welcome to AcmeInc.
Here is your password: VERY_SENSITIVE_DATA
Updated on: 19/03/2024
Updated on: 19/07/2024
Thank you!