X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=app.psgi;h=d9d42bfcf2127e1e9c4c46db1433a119ec922cf2;hb=600e4c01f0fc265a61aea2830c26ed2bd6d77c73;hp=0d58450a91b44c977b7a761bd1f483af2e9df98a;hpb=e03e380bb1f61aca398e88f863514e4a937c12ce;p=plack-app-gruntmaster.git diff --git a/app.psgi b/app.psgi index 0d58450..d9d42bf 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'; connect-src 'self'; frame-src 'free.timeanddate.com',; $Apache2::AuthzCaps::rootdir = $Apache2::Authen::Passphrase::rootdir; my $word = qr,(\w+),a;