Only send the standard headers

Fixes https://github.com/owncloud/apps/issues/675
This commit is contained in:
Lukas Reschke 2013-03-04 20:35:58 +01:00
parent ee00ddeb60
commit a97006144e

View 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);
}