Skip to content
Snippets Groups Projects
Commit 2b497456 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Correct header name spelling

parent 1b76b8e0
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ $config = [
* hostname through a security-test like https://en.internet.nl
'headers.security' => [
'Content-Security-Policy' => "default-src 'none'; frame-ancestors 'self'; object-src 'none'; script-src 'self'; style-src 'self'; font-src 'self'; connect-src 'self'; img-src 'self' data:; base-uri 'none'",
'Referer-Policy' => 'origin-when-cross-origin',
'Referrer-Policy' => 'origin-when-cross-origin',
],
*/
......
......@@ -61,7 +61,7 @@ class Configuration implements Utils\ClearableState
"connect-src 'self'; " .
"img-src 'self' data:; " .
"base-uri 'none'",
'Referer-Policy' => 'origin-when-cross-origin',
'Referrer-Policy' => 'origin-when-cross-origin',
];
/**
......
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