X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=app.psgi;h=72558f139fff16a6e2514074d1cbf22d8ebf1ae1;hb=e63eaf407e505337cd02d7bc7ca3010ab6337348;hp=856d82c20baec055ec268114cab49614efaac15e;hpb=0a329295bb764112812177386b525ed3aa2b8c6d;p=gruntmaster-page.git diff --git a/app.psgi b/app.psgi index 856d82c..72558f1 100644 --- a/app.psgi +++ b/app.psgi @@ -12,7 +12,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;