Skip to content

Commit 926cd1c

Browse files
datamwebkenjis
andauthored
Update docs/install.md
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 4e1d851 commit 926cd1c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/install.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,10 @@ If you want to limit all routes (e.g. `localhost:8080/admin`, `localhost:8080/pa
151151
```php
152152
public $globals = [
153153
'before' => [
154-
// 'honeypot',
155-
// 'csrf',
156-
// 'invalidchars',
154+
// ...
157155
'session' => ['except' => ['login*', 'register*']],
158156
],
159-
'after' => [
160-
'toolbar',
161-
// 'honeypot',
162-
// 'secureheaders',
163-
],
157+
// ...
164158
];
165159
```
166160

0 commit comments

Comments
 (0)