Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 17:08
· 24 commits to main since this release
26ba6df

What's Changed

Breaking Changes 🛠

Because content filtering with Privoxy can slowdown loading websites a lot it is disabled now by default.
To enable it add the following line to your configuration which will activate all supported content filters again:

FILTERS=(
    attribute_global_name
    attribute_global_exact
    attribute_global_contain
    attribute_global_startswith
    attribute_global_endswith
    class_global
    id_global
)

During testing of these filters I got a slowdown of page loading up to 4 minutes.
This mostly depends on the amount of HTML-elements and general size of page.
The current implementation already tweaks the filters as much as possible.
Maybe additional tweaking can be done in the Privoxy configuration.

Exciting New Features 🎉

Changes

New Contributors

Full Changelog: https:/Andrwe/privoxy-blocklist/commits/0.4.0-rc1