X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=app.psgi;h=a13a73e4965ba82ca2d26b8a40a8c094d2bb3094;hb=aefbc42eea7ef293b2fe6db72158e3494a742000;hp=6a1125a4f283b3d7d976f561c11a0707c12dc295;hpb=b0201bcc83ed8e81b0842e06c282386fd0d0ed85;p=plack-app-gruntmaster.git diff --git a/app.psgi b/app.psgi index 6a1125a..a13a73e 100644 --- a/app.psgi +++ b/app.psgi @@ -41,7 +41,6 @@ sub add_headers { my $resp = $app->($_[0]); my $hdrs = Plack::Util::headers($resp->[1]); $hdrs->set('Content-Security-Policy', CONTENT_SECURITY_POLICY); - $hdrs->set('Link', '; rel=stylesheet') if $hdrs->get('Content-Type') =~ m,^text/html,; $resp->[1] = $hdrs->headers; $resp; }