[Privoxy-commits] [privoxy] 09/17: show-status template: Add links for external (de)compression libraries

User Git git at git.privoxy.org
Wed Dec 10 08:04:34 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 8fcb9c5569a70bb378417b8e021ac356d023a549
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Dec 8 08:18:57 2025 +0100

    show-status template: Add links for external (de)compression libraries
---
 templates/show-status | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/templates/show-status b/templates/show-status
index 4979b11f..bae87bd6 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -255,7 +255,8 @@
             <tr>
               <td><code>FEATURE_BROTLI</code></td>
               <td>@if-FEATURE_BROTLI-then@ Yes @else-not-FEATURE_BROTLI@ No @endif-FEATURE_BROTLI@</td>
-              <td>Allows to decompress content with Brotli before filtering it. Requires external brotli library.</td>
+              <td>Allows to decompress content with Brotli before filtering it.
+              Requires external <a href="https://github.com/google/brotli">brotli library</a>.</td>
             </tr>
             <tr>
               <td><code>FEATURE_CGI_EDIT_ACTIONS</code></td>
@@ -393,13 +394,13 @@
               <td><code>FEATURE_ZLIB</code></td>
               <td>@if-FEATURE_ZLIB-then@ Yes @else-not-FEATURE_ZLIB@ No @endif-FEATURE_ZLIB@</td>
               <td>Allows to decompress gzip and zlib compressed documents for filtering.
-                Requires external zlib library.</td>
+                Requires external <a href="https://zlib.net/">zlib library</a>.</td>
             </tr>
             <tr>
               <td><code>FEATURE_ZSTD</code></td>
               <td>@if-FEATURE_ZSTD-then@ Yes @else-not-FEATURE_ZSTD@ No @endif-FEATURE_ZSTD@</td>
               <td>Allows to decompress Zstandard-compressed content for filtering.
-                Requires external zstd library.</td>
+                Requires external <a href="https://facebook.github.io/zstd/">zstd library</a>.</td>
             </tr>
           </table>
       </td>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list