Bruno Meilick

Content Security Policy

Simplify the content security policy headers setup for your website


return [
    'bnomei.securityheaders.headers' => [
        'X-Frame-Options'        => 'SAMEORIGIN',
        'X-XSS-Protection'       => '1; mode=block',
        'X-Content-Type-Options' => 'nosniff',
        ...
    ]
];
Version
4.0.0
License
MIT
Stars
26
Supports
K4 K3
More