mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Only send the standard headers
Fixes https://github.com/owncloud/apps/issues/675
This commit is contained in:
parent
ee00ddeb60
commit
a97006144e
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue