From 8c7762b0d2a06b115669147d3945639d19ce5c06 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 7 Jun 2016 13:11:43 +0000 Subject: unsubscribe.psgi: disable confirmation This makes unsubscribing easier and frictionless. --- examples/unsubscribe.psgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/unsubscribe.psgi') diff --git a/examples/unsubscribe.psgi b/examples/unsubscribe.psgi index 82e186b1..beeab9f8 100644 --- a/examples/unsubscribe.psgi +++ b/examples/unsubscribe.psgi @@ -19,7 +19,7 @@ my $app = PublicInbox::Unsubscribe->new( }, code_url => 'git://80x24.org/public-inbox.git', # change if you fork owner_email => 'BOFH@example.com', - confirm => 1, + confirm => 0, # First 8 bytes is for the key, next 8 bytes is for the IV # using Blowfish. We want as short URLs as possible to avoid -- cgit v1.2.3-24-ge0c7