We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4e8d6 commit 7b05b72Copy full SHA for 7b05b72
1 file changed
user_guide_src/source/incoming/filters.rst
@@ -114,6 +114,9 @@ run on every request. Filters can be specified by adding their alias to either t
114
115
.. literalinclude:: filters/005.php
116
117
+Except for a Few URIs
118
+---------------------
119
+
120
There are times where you want to apply a filter to almost every request, but have a few that should be left alone.
121
One common example is if you need to exclude a few URI's from the CSRF protection filter to allow requests from
122
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