> For the complete documentation index, see [llms.txt](https://lifi-chrome-tracker.gitbook.io/lifi-chrome-tracker-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lifi-chrome-tracker.gitbook.io/lifi-chrome-tracker-docs/overview/privacy-features-in-lifi.md).

# Privacy Features in LiFi

LiFi places privacy at the core of its design. Every feature is built to ensure your data stays under your control, safe, and transparent. This page explains the privacy and security measures, compliance capabilities, and data management tools available within LiFi.

***

### Tracking Control

LiFi gives you full control over what data is collected, when, and how.

| Feature         | Description                                                                          | Benefit                                                         |
| --------------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------------- |
| Tracking Toggle | Enable or disable all tracking globally with a single switch.                        | You decide when LiFi records your browsing activity.            |
| Data Export     | Export your entire browsing data and analytics in JSON format.                       | Easily backup or analyze your data outside LiFi.                |
| Data Deletion   | Permanently delete all stored data with one action.                                  | Ensure no residual data remains when you want complete privacy. |
| Privacy Scoring | Automatically assesses your privacy exposure based on browsing behavior and cookies. | Understand your privacy risk and take steps to improve it.      |

***

### Security Measures

Your data’s security is protected using robust mechanisms designed for safe local storage and processing.

| Security Aspect               | Implementation                                                                     | User Impact                                                                  |
| ----------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| Secure Local Storage          | Uses Chrome’s built-in encrypted Storage API.                                      | Data is encrypted and stored only on your device.                            |
| Sensitive Data Exclusion      | Does not collect passwords, payment information, or other sensitive personal info. | Minimizes risk of exposing critical personal data.                           |
| Sandboxed Execution           | Content scripts run in isolated environments on each webpage.                      | Prevents interference with page scripts and protects against malicious code. |
| Content Security Policy (CSP) | Enforced policies limit what external resources can be loaded or executed.         | Protects against common browser-based attacks like cross-site scripting.     |

***

### Compliance Features

LiFi is built to respect privacy regulations and user rights with clear mechanisms and transparency.

| Compliance Area         | Description                                                                          | User Control                                               |
| ----------------------- | ------------------------------------------------------------------------------------ | ---------------------------------------------------------- |
| Privacy Policy Display  | The privacy policy is clearly available and easy to understand.                      | Users are informed about data practices upfront.           |
| Explicit Consent        | Any transmission of data outside the local device requires your explicit permission. | You remain in control over sharing data externally.        |
| Data Retention Controls | Options to manage how long data is kept or to delete it immediately.                 | Helps you comply with personal data retention preferences. |
| User Rights             | Users can view, export, or delete their data at any time.                            | Fulfills rights under privacy laws like GDPR and CCPA.     |

***

### Data Management Overview

LiFi is designed to empower you with transparent data handling and easy management tools.

* **Local Storage Only**: All data collected by LiFi stays on your device unless you explicitly choose to export or share it.
* **Full Data Visibility**: You can always see what data has been collected and how it is being used through the analytics dashboard.
* **Simple Controls**: The interface offers straightforward buttons and toggles to export, delete, or pause data collection.
* **Privacy Score Updates**: As you browse, LiFi continuously evaluates your privacy posture and updates the privacy score to help you stay informed.

***

## Summary

Privacy is not an afterthought in LiFi — it is the foundation. From secure local storage and sandboxing to transparent user controls and compliance readiness, LiFi ensures your browsing data stays private, secure, and fully under your control. You decide what data is collected, stored, or shared.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lifi-chrome-tracker.gitbook.io/lifi-chrome-tracker-docs/overview/privacy-features-in-lifi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
