Skip to content
Snippets Groups Projects
Commit a9700614 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Only send the standard headers

parent ee00ddeb
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment