From: Lukas Reschke Date: Mon, 4 Mar 2013 19:35:58 +0000 (+0100) Subject: Only send the standard headers X-Git-Tag: v5.0.0RC2~9^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a97006144e520d5789ed5e06ddebc00d6b16c664;p=nextcloud-server.git Only send the standard headers Fixes https://github.com/owncloud/apps/issues/675 --- diff --git a/lib/template.php b/lib/template.php index b2d1f0c0292..398f9de0655 100644 --- a/lib/template.php +++ b/lib/template.php @@ -200,7 +200,6 @@ class OC_Template{ .'img-src *; ' .'font-src \'self\' data:'); header('Content-Security-Policy:'.$policy); // Standard - header('X-WebKit-CSP:'.$policy); // Older webkit browsers $this->findTemplate($name); }