summaryrefslogtreecommitdiff
path: root/README.rst
blob: 9ef00ce929b80a056e9e07f78a75a391f2e7005a (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=/path/to/curlfilter.so spotify