vohof / manok by vohof

14
2
2
Package Data
Maintainer Username: vohof
Maintainer Contact: david@jcyr.us (Cyrus David)
Package Create Date: 2013-11-25
Package Last Update: 2013-11-25
Language: PHP
License: Unknown
Last Refreshed: 2024-04-22 03:03:19
Package Statistics
Total Downloads: 14
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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