From a97006144e520d5789ed5e06ddebc00d6b16c664 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Mon, 4 Mar 2013 20:35:58 +0100
Subject: [PATCH] Only send the standard headers
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes https://github.com/owncloud/apps/issues/675
---
 lib/template.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/template.php b/lib/template.php
index b2d1f0c029..398f9de065 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);
 	}
-- 
GitLab