X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=app.psgi;h=75076cb46b256ccba264c5aa1b7a9406f03496c9;hb=cbcef6699999c15e140f0febf9c3a1e23bf0b231;hp=9908172efb807320b8562f03bc201b43a6048c40;hpb=e1f9d2ac0aa6950eded9551b220a18e34414243e;p=plack-app-gruntmaster.git diff --git a/app.psgi b/app.psgi index 9908172..75076cb 100644 --- a/app.psgi +++ b/app.psgi @@ -11,7 +11,7 @@ use Digest::SHA qw/sha256/; use Log::Log4perl; use constant ACCESSLOG_FORMAT => '%{X-Forwarded-For}i|%h %u "%r" %>s %b "%{Referer}i" "%{User-agent}i"'; -use constant CONTENT_SECURITY_POLICY => q,default-src 'none'; script-src 'self' www.google-analytics.com; style-src 'self'; img-src 'self'; connect-src 'self',; +use constant CONTENT_SECURITY_POLICY => q,default-src 'none'; script-src 'self' www.google-analytics.com; style-src 'self'; img-src 'self' www.google-analytics.com; connect-src 'self',; $Apache2::AuthzCaps::rootdir = $Apache2::Authen::Passphrase::rootdir; my $word = qr,(\w+),a;