We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19073e8 commit 51d4dfdCopy full SHA for 51d4dfd
1 file changed
user_guide_src/source/incoming/filters/008.php
@@ -9,8 +9,8 @@ class Filters extends BaseConfig
9
// ...
10
11
public array $methods = [
12
- 'post' => ['foo', 'bar'],
13
- 'get' => ['baz'],
+ 'post' => ['InvalidChars', 'csrf'],
+ 'get' => ['csrf'],
14
];
15
16
0 commit comments