File tree Expand file tree Collapse file tree
user_guide_src/source/incoming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ Except for a Few URIs
120120There are times where you want to apply a filter to almost every request, but have a few that should be left alone.
121121One common example is if you need to exclude a few URI's from the CSRF protection filter to allow requests from
122122third-party websites to hit one or two specific URI's, while keeping the rest of them protected. To do this, add
123- an array with the ' except' key and a URI to match as the value alongside the alias:
123+ an array with the `` except `` key and a URI to match as the value alongside the alias:
124124
125125.. literalinclude :: filters/006.php
126126
@@ -150,7 +150,7 @@ all requests that were run from the command line.
150150$filters
151151========
152152
153- This property is an array of filter aliases. For each alias, you can specify before and after arrays that contain
153+ This property is an array of filter aliases. For each alias, you can specify `` before `` and `` after `` arrays that contain
154154a list of URI patterns that filter should apply to:
155155
156156.. literalinclude :: filters/009.php
You can’t perform that action at this time.
0 commit comments