mustakimali / privacy-redirect

Remove those tracking parameters

Home Page:https://privacydir.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

privacy-redirect

A web service to protect your privacy online by removing known trackers from outgoing links before redirecting.

How to Use?

For your browser

⚠️ The project is no longer live; feel free to self-host if you want to use this.

Protect your privacy on any website.

For your website

Install the script in your website to protect the privacy of your visitor.

<script src="https://privacydir.com/app/script.js"></script>

How to Contribute?

Please send PR to:

  • Add a known tracking query string or fragments in the tracker rules. Any change will be published in crates.io as tracking-params.
  • Improve the performance of the web service. This application is the backend and uses the tracking-params crate.
  • Contribute to the landing page design.

Submit Bug Report

If a site is broken then it's likely because it depends on the referrer to function properly (what a nightmare!). In this case you can add this domain to the global allow list here. In the future this list can be managed from the extension itself.

Please create a new issue in Github or submit your feedback using this form.

Notes on Privacy

This service is meant to protect- not invade your privacy. It doesn't track your browsing history. The source code is public as a proof.

To Do

  • Browser Extension (Firefox: Released and maintained, Chrome: WIP)
  • Tracing using honeycomb to monitor performance (broken)

About

Remove those tracking parameters

https://privacydir.com

License:MIT License


Languages

Language:Rust 64.0%Language:HTML 18.2%Language:JavaScript 8.1%Language:CSS 4.5%Language:Shell 2.7%Language:Dockerfile 1.6%Language:Makefile 0.9%