Skip to content

Commit 40f994e

Browse files
committed
docs: add literal for asterisk
1 parent 35029c5 commit 40f994e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/filters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ an array with the ``except`` key and a URI to match as the value alongside the a
125125
.. literalinclude:: filters/006.php
126126

127127
Any place you can use a URI in the filter settings, you can use a regular expression or, like in this example, use
128-
an asterisk for a wildcard that will match all characters after that. In this example, any URL's starting with ``api/``
128+
an asterisk (``*``) for a wildcard that will match all characters after that. In this example, any URL's starting with ``api/``
129129
would be exempted from CSRF protection, but the site's forms would all be protected. If you need to specify multiple
130130
URI's you can use an array of URI patterns:
131131

0 commit comments

Comments
 (0)