Skip to content

Commit 7b05b72

Browse files
committed
docs: add sub section title
1 parent 4a4e8d6 commit 7b05b72

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ run on every request. Filters can be specified by adding their alias to either t
114114

115115
.. literalinclude:: filters/005.php
116116

117+
Except for a Few URIs
118+
---------------------
119+
117120
There are times where you want to apply a filter to almost every request, but have a few that should be left alone.
118121
One common example is if you need to exclude a few URI's from the CSRF protection filter to allow requests from
119122
third-party websites to hit one or two specific URI's, while keeping the rest of them protected. To do this, add

0 commit comments

Comments
 (0)