X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=app.psgi;h=a13a73e4965ba82ca2d26b8a40a8c094d2bb3094;hb=f2752dd5062a025917bb88bda9ced71bc6d06875;hp=6a1125a4f283b3d7d976f561c11a0707c12dc295;hpb=0f623f3d41b33606db73af07c12161320ed4aa93;p=gruntmaster-page.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; }