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