Correct copy paste fail

This commit is contained in:
Lukas Reschke 2013-01-21 20:46:42 +01:00
parent 9bc8df3649
commit 0c59074eeb
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class OC_Template{
header('X-Frame-Options: Sameorigin'); // Disallow iFraming from other domains
header('X-XSS-Protection: 1; mode=block'); // Enforce browser based XSS filters
header('X-Content-Type-Options: nosniff'); // Disable sniffing the content type for IE
header('Content-Security-Policy: default-src \'self\'; script-src \'self\' \'unsafe-inline\'; style-src \'self\' \'unsafe-inline\''); // Disallow external ressources + eval()
header('Content-Security-Policy: default-src \'self\'; style-src \'self\' \'unsafe-inline\'');
header('X-WebKit-CSP: default-src \'self\'; style-src \'self\' \'unsafe-inline\'');
$this->findTemplate($name);