We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff18b12 commit 7058ed2Copy full SHA for 7058ed2
tests/System/Controller/SecuredViewHandlerTest.php
@@ -59,7 +59,7 @@ public function testSecurityHeaders(string $environment)
59
$expectedHeaders = [
60
'X-Content-Type-Options' => 'nosniff',
61
'Content-Security-Policy' => "default-src 'none'",
62
- 'X-Frame-Options' => 'DENY'
+ 'X-Frame-Options' => 'DENY',
63
];
64
65
foreach ($expectedHeaders as $key => $value) {
0 commit comments