Remove google-analytics.com from CSP as it is specific to mindcoding
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Feb 2015 19:51:00 +0000 (21:51 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Feb 2015 19:51:00 +0000 (21:51 +0200)
app.psgi

index 51fb98d0cdd8a35de0ac1f554463acaf05acf3c8..dc9f75b333b5112b99bca0cb0f8a486b9d55069e 100644 (file)
--- a/app.psgi
+++ b/app.psgi
@@ -13,7 +13,7 @@ use Tie::Hash::Expire;
 
 use constant AUTH_TIMEOUT => 5 * 60;
 use constant ACCESSLOG_FORMAT => 'combined';
-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'; style-src 'self'; img-src 'self'; connect-src 'self',;
 
 our $db //= Gruntmaster::Data->connect($ENV{GRUNTMASTER_DSN} // 'dbi:Pg:');
 
This page took 0.010218 seconds and 4 git commands to generate.