library laravel-xss-middleware
Simple Laravel XSS middlware to strip all tags and encode all entities from a user
sneek/laravel-xss-middleware
Simple Laravel XSS middlware to strip all tags and encode all entities from a user
- Sunday, October 8, 2017
- by CristianGiordano
- Repository
- 4 Watchers
- 2 Stars
- 1,150 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 37 % Grown
XSS Middleware
A simple middleware for use in Laravel projects., (*1)
Installation
Clone the repository, (*2)
composer require sneek/laravel-xss-middleware
Add to the Http kernel App\Http\Kernel, (*3)
/**
* The application's route middleware groups.
*
* @var array
*/
protected $middlewareGroups = [
'web' => [
...
\Sneek\Http\Middleware\XSSProtection::class,
],
....
dev-master
9999999-dev
Simple Laravel XSS middlware to strip all tags and encode all entities from a user
Sources
Download
GPL-3.0
The Requires
The Development Requires
by
Cristian Giordano
by
Maxi Monge
laravel
middleware
xss
1.1.0
1.1.0.0
Simple Laravel XSS middlware to strip all tags and encode all entities from a user
Sources
Download
GPL-3.0
The Requires
The Development Requires
by
Cristian Giordano
by
Maxi Monge
laravel
middleware
xss
1.0.0
1.0.0.0
Simple Laravel XSS middlware to strip all tags and encode all entities from a user
Sources
Download
GPL-3.0
The Requires
The Development Requires
by
Cristian Giordano
by
Maxi Monge
laravel
middleware
xss