Skip to content

Commit 0c25173

Browse files
committed
docs: update sample Config file
1 parent 53380f4 commit 0c25173

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • user_guide_src/source/libraries/honeypot

user_guide_src/source/libraries/honeypot/001.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@
66

77
class Filters extends BaseConfig
88
{
9+
// ...
10+
911
public $globals = [
1012
'before' => [
1113
'honeypot',
1214
// 'csrf',
15+
// 'invalidchars',
1316
],
1417
'after' => [
1518
'toolbar',
1619
'honeypot',
20+
// 'secureheaders',
1721
],
1822
];
1923

0 commit comments

Comments
 (0)