]> iEval git - plack-app-gruntmaster.git/blobdiff - app.psgi
Merge branch 'master' into mindcoding
[plack-app-gruntmaster.git] / app.psgi
index 62a6f790815f47cbac9fa032b6fce550314c392e..c470f30dd8abbe714c5887210f44e1d6c635371f 100644 (file)
--- 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;
This page took 0.023324 seconds and 4 git commands to generate.