Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic.
Go to file
Pierre Barre 5dad688538
Merge pull request #66 from zezodanh/zezodanh-patch-1
Update README.md
2023-01-25 18:54:05 +01:00
.cargo Remove unused `use` statement 2023-01-05 21:51:47 +01:00
.github/workflows Fix missing packages 2023-01-14 13:21:46 +01:00
filters Add registry directory in `filters/` 2022-05-08 23:12:36 +02:00
privaxy Remove stale comment 2023-01-15 19:34:57 +01:00
src-tauri Bump version 2023-01-07 22:19:48 +01:00
web_frontend Add description to how wildcards work in web gui exclusions pane 2023-01-07 21:58:08 +01:00
.gitignore Initial commit 2022-05-08 23:09:16 +02:00
CHANGELOG.md Update changelog 2023-01-07 22:20:15 +01:00
Cargo.lock Allow wildcards in configurable exclusions 2023-01-07 21:52:35 +01:00
Cargo.toml Implement notarization on desktop apple binaries. 2023-01-03 21:18:20 +01:00
LICENSE.txt Initial commit 2022-05-08 23:09:16 +02:00
README.md Update README.md 2023-01-24 16:29:14 +00:00

README.md

Privaxy

Next generation tracker and advertisement blocker

dashboard requests filters exclusions custom_fiters taskbar

About

Privaxy is a MITM HTTP(s) proxy that sits in between HTTP(s) talking applications, such as a web browser and HTTP servers, such as those serving websites.

By establishing a two-way tunnel between both ends, Privaxy is able to block network requests based on URL patterns and to inject scripts as well as styles into HTML documents.

Operating at a lower level, Privaxy is both more efficient as well as more streamlined than browser add-on-based blockers. A single instance of Privaxy on a small virtual machine, server or even, on the same computer as the traffic is originating from, can filter thousands of requests per second while requiring a very small amount of memory.

Privaxy is not limited by the browsers APIs and can operate with any HTTP traffic, not only the traffic flowing from web browsers.

Privaxy is also way more capable than DNS-based blockers as it is able to operate directly on URLs and to inject resources into web pages.

Features

  • Suppport for Adblock Plus filters, such as easylist.
  • Web graphical user interface with a statistics display as well as a live request explorer.
  • Support for uBlock origin's js syntax.
  • Support for uBlock origin's redirect syntax.
  • Support for uBlock origin's scriptlets.
  • Browser and HTTP client agnostic.
  • Support for custom filters.
  • Support for excluding hosts from the MITM pipeline.
  • Support for protocol upgrades, such as with websockets.
  • Automatic filter lists updates.
  • Very low resource usage.
    • Around 50MB of memory with approximately 320 000 filters enabled.
    • Able to filter thousands of requests per second on a small machine.

Installation

Using a pre-built binary

Pre-built binaries for major operating systems and platforms are provided at github releases.

Local system configuration

  1. Go to the GUI, click on "Save CA certificate".
  2. Install the downloaded certificate locally.
  3. Configure your local system to pass http traffic through privaxy which listens on localhost:8100.