Skip to content

Releases: Andrwe/privoxy-blocklist

0.4.0

07 Apr 17:08
26ba6df
Compare
Choose a tag to compare

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://github.com/Andrwe/privoxy-blocklist/commits/0.4.0-rc1

0.4.0-rc1

09 Mar 18:07
4242cc2
Compare
Choose a tag to compare
0.4.0-rc1 Pre-release
Pre-release

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://github.com/Andrwe/privoxy-blocklist/commits/0.4.0-rc1