]> source.dussan.org Git - nextcloud-server.git/commitdiff
Only send the standard headers
authorLukas Reschke <lukas@statuscode.ch>
Mon, 4 Mar 2013 19:35:58 +0000 (20:35 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 4 Mar 2013 19:35:58 +0000 (20:35 +0100)
Fixes https://github.com/owncloud/apps/issues/675

lib/template.php

index b2d1f0c0292fcb456d7f3b5f72c7a30c94906754..398f9de0655f8520064576895667f5eec8e699d3 100644 (file)
@@ -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);
        }