summaryrefslogtreecommitdiff
path: root/net-proxy/privoxy/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /net-proxy/privoxy/metadata.xml
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'net-proxy/privoxy/metadata.xml')
-rw-r--r--net-proxy/privoxy/metadata.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/net-proxy/privoxy/metadata.xml b/net-proxy/privoxy/metadata.xml
index 6fcf74308802..adfe49818f33 100644
--- a/net-proxy/privoxy/metadata.xml
+++ b/net-proxy/privoxy/metadata.xml
@@ -14,24 +14,28 @@
systems and multi-user networks.
</longdescription>
<use>
- <flag name="editor">Enable the web-based actions file editor</flag>
+ <flag name="brotli">Decompress brotli compressed data using <pkg>app-arch/brotli</pkg> before filtering</flag>
<flag name="client-tags">Enable support for client-specific tags</flag>
<flag name="compression">Allow privoxy to compress buffered content before sending to the client, if it supports it</flag>
- <flag name="extended-host-patterns">Enable and require PCRE syntax in host patterns. You must convert action files to PCRE, see privoxy-url-pattern-translator.pl Use at your own risk!</flag>
+ <flag name="editor">Enable the web-based actions file editor</flag>
+ <flag name="extended-host-patterns">Enable and require PCRE syntax in host patterns. You must convert action files to PCRE, see privoxy-url-pattern-translator.pl (see tools USE flag). Use at your own risk!</flag>
+ <flag name="extended-statistics">Gather extended statistics</flag>
<flag name="external-filters">Allow to filter content with scripts and programs. Experimental</flag>
<flag name="fast-redirects">Support fast redirects</flag>
<flag name="force">Allow single-page disable (force load)</flag>
<flag name="fuzz">Exposes Privoxy internals to input from files or stdout. Intended for fuzzing testing</flag>
<flag name="graceful-termination">Allow to shutdown Privoxy through the webinterface</flag>
- <flag name="ie-images">Enable a quick but not always reliable auto-detect whether requests from MS Internet Explorer are for an image or not</flag>
<flag name="image-blocking">Allows the +handle-as-image action, to send "blocked" images instead of HTML</flag>
<flag name="lfs">Support large files (&gt;2GB) on 32-bit systems</flag>
+ <flag name="mbedtls">Use <pkg>net-libs/mbedtls</pkg> for HTTPS filtering</flag>
+ <flag name="openssl">Use <pkg>dev-libs/openssl</pkg> for HTTPS filtering</flag>
<flag name="png-images">Use PNG format instead of GIF for built-in images</flag>
+ <flag name="ssl">HTTPS inspection support. Enables privoxy to perform SSL MITM filtering, see docs, use with care</flag>
<flag name="stats">Keep statistics</flag>
<flag name="toggle">Support temporary disable toggle via web interface</flag>
<flag name="tools">Install log parser, regression tester and user agent generator tools</flag>
<flag name="whitelists">Support trust files (white lists)</flag>
- <flag name="zlib">Use <pkg>sys-libs/zlib</pkg> to decompress data before filtering</flag>
+ <flag name="zlib">Decompress zlib compressed data using <pkg>sys-libs/zlib</pkg> before filtering</flag>
</use>
<upstream>
<remote-id type="sourceforge">ijbswa</remote-id>