]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/unsubscribe.psgi
Merge tag 'v1.6.1' into eidx
[public-inbox.git] / examples / unsubscribe.psgi
index 5b9b16cc793fa5329f21d1494509a9fef27bfd24..7b97e25322d8395aad6a3a777132e2476de64715 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2016 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # This should not require any other PublicInbox code, but may use
 # PublicInbox::Config if ~/.public-inbox/config exists or
@@ -61,7 +61,6 @@ my $app = PublicInbox::Unsubscribe->new(
 
 builder {
        mount '/u' => builder {
-               eval { enable 'Deflater' }; # optional
                eval { enable 'ReverseProxy' }; # optional
                enable 'Head';
                sub { $app->call(@_) };