Remove CSP header
This commit is contained in:
parent
174cd4db33
commit
db8f885092
4 changed files with 0 additions and 141 deletions
|
@ -1,18 +0,0 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class CSPHeadersTest extends TestCase
|
||||
{
|
||||
/** @test */
|
||||
public function checkCspHeadersArePresent(): void
|
||||
{
|
||||
$response = $this->get('/blog');
|
||||
$response->assertHeader('Content-Security-Policy');
|
||||
$response->assertHeader('Report-To');
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue