diff --git a/lib/MetaCPAN/Web/Controller/Account.pm b/lib/MetaCPAN/Web/Controller/Account.pm index 2e733460478..0117a85cff7 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' );