Skip to content

Commit c7cf189

Browse files
committed
forgot a bit in the readme
1 parent 43dafc3 commit c7cf189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
XssInput is a screamingly simple extension of Laravel's Input facade that somewhat mimics the XSS filtering of CodeIgniter's input library. In fact, underneath the hood, this package uses an altered form of CodeIgniter's Security library to filter inputs for XSS.
44

5-
XSS filtering happens in one of two ways: by setting the `` option in this package's config to `true`, or by passing true as the third option to `Input::get()` or as the only option for `Input::all()`.
5+
XSS filtering happens in one of two ways: by setting the `xss_filter_all_inputs` option in this package's config to `true`, or by passing true as the third option to `Input::get()` or as the only option for `Input::all()`.
66

77

88
- **Author:** Jan Hartigan

0 commit comments

Comments
 (0)