Skip to content

Commit

Permalink
Update Account.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed May 26, 2015
1 parent cba444f commit d051805
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/MetaCPAN/Web/Controller/Account.pm
Expand Up @@ -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' );
Expand Down

0 comments on commit d051805

Please sign in to comment.