We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ac050 commit bfd0812Copy full SHA for bfd0812
1 file changed
user_guide_src/source/incoming/filters.rst
@@ -140,7 +140,7 @@ run on every request. Filters can be specified by adding their alias to either t
140
There are times where you want to apply a filter to almost every request, but have a few that should be left alone.
141
One common example is if you need to exclude a few URI's from the CSRF protection filter to allow requests from
142
third-party websites to hit one or two specific URI's, while keeping the rest of them protected. To do this, add
143
-an array with the 'except' key and a uri to match as the value alongside the alias::
+an array with the 'except' key and a URI to match as the value alongside the alias::
144
145
public $globals = [
146
'before' => [
0 commit comments