Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 277 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 277 Bytes

Stop-XSS-chrome-extension

Create a Google Chrome extension to detect and block XSS whole script injection in given input form. Can check GET or POST requests. Sample inputs which should be detected:

<script> alert(); </script>

< scRipT type="text/javascript">;</scriPt >