> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.co-din.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How do I prevent elements from being tracked by MagicBrowse?Edit your HTML Page

Articles on: [Developers](/en/category/developers-12l9l8o/)

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