Merge pull request #2085 from owncloud/csp_shitty-browsers

Only send the standard headers
This commit is contained in:
Lukas Reschke 2013-03-04 12:03:00 -08:00
commit cf6db7a7cd
1 changed files with 0 additions and 1 deletions

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