From d05180560371ae479eaf14f477412a0befdbe71c Mon Sep 17 00:00:00 2001 From: Leo Lapworth Date: Tue, 26 May 2015 22:35:30 +0100 Subject: [PATCH] Update Account.pm --- lib/MetaCPAN/Web/Controller/Account.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/MetaCPAN/Web/Controller/Account.pm b/lib/MetaCPAN/Web/Controller/Account.pm index 2e73346047..0117a85cff 100644 --- a/lib/MetaCPAN/Web/Controller/Account.pm +++ b/lib/MetaCPAN/Web/Controller/Account.pm @@ -10,9 +10,6 @@ BEGIN { extends 'MetaCPAN::Web::Controller' } sub auto : Private { my ( $self, $c ) = @_; - # Don't let CDN cache this user specific content - $c->cdn_never_cache(1); - # Keep everything here as specific to the user # this is for proxies $c->res->header( Vary => 'Cookie' );