summaryrefslogtreecommitdiff
path: root/README.rst
blob: 128a485e134bc198dbba5176f0ea261273b3d3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
curlfilter
==========

Filter URLs passed to libcurl’s easy interface by regular expression. Can be
used to implement per-application ad-blocking.

Compile with::

    make

For Spotify run::

    export CURLFILTER_PATTERN="spclient.wg.spotify.com/ad[-s]"
    LD_PRELOAD=`pwd`/curlfilter.so spotify