Allow images from google analytics
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 12 Feb 2014 07:08:06 +0000 (09:08 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 12 Feb 2014 07:08:06 +0000 (09:08 +0200)
app.psgi

index 9908172efb807320b8562f03bc201b43a6048c40..75076cb46b256ccba264c5aa1b7a9406f03496c9 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.010926 seconds and 4 git commands to generate.