This commit is contained in:
15
src/Security/Csp/Directives/StyleSrc.php
Normal file
15
src/Security/Csp/Directives/StyleSrc.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Security\Csp\Directives;
|
||||
|
||||
use App\Security\Csp\Directive;
|
||||
|
||||
final class StyleSrc extends Directive
|
||||
{
|
||||
public function getName(): string
|
||||
{
|
||||
return 'style-src';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user