summaryrefslogtreecommitdiffstats
path: root/lib/template.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-03-04 20:35:58 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-03-04 20:35:58 +0100
commita97006144e520d5789ed5e06ddebc00d6b16c664 (patch)
treee3b7cf299c6fa75968e7f79898fc6a60605aa1f0 /lib/template.php
parentee00ddeb60b98b9a817bc93afea5bf9e410e612b (diff)
downloadnextcloud-server-a97006144e520d5789ed5e06ddebc00d6b16c664.tar.gz
nextcloud-server-a97006144e520d5789ed5e06ddebc00d6b16c664.zip
Only send the standard headers
Fixes https://github.com/owncloud/apps/issues/675
Diffstat (limited to 'lib/template.php')
-rw-r--r--lib/template.php1
1 files changed, 0 insertions, 1 deletions
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);
}