Skip to content

Laravel XssCheck is a custom middleware that verifies user input

Notifications You must be signed in to change notification settings

ayolana/LaravelXssCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel XssCheck

XSS(Cross Site Scripting) protection is needed for all sites. If you do not do XSS protection then your site is not secure. XSS filter through user input and remove html tag from input value. It is very important to remove html tag for security.

Install

Via Composer

$ composer require ayolana/laravel-xss-check

About

Laravel XssCheck is a custom middleware that verifies user input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages