vohof/manok

17 2
Install
composer require vohof/manok
Latest Version:v0.1.1
PHP:>=5.3.0
Last Updated:Nov 25, 2013
Links: GitHub  ·  Packagist
Maintainer: vohof

manok

Add fancy security headers to your Laravel application

  • X-Frame-Options - Provides Clickjacking protection
  • Access-Control-Allow-Origin - tells the browser that the content of this page is accessible to certain domains

Install

"require": {
  "vohof/manok": "~0.1.0"
}

Config

Edit app/config/packages/vohof/manok/security.php to suit your needs.

$ php artisan config:publish vohof:manok

Related Packages

infusionweb/laravel-middleware-response-cache

Provides caching of HTML pages in Laravel responses.

2,442 5
offline/laravel-csp

Add CSP headers to the responses of a Laravel app (Fork)

5,418 1
stevenmaguire/laravel-middleware-csp

Provides support for enforcing Content Security Policy with headers in Laravel r...

107,724 39