Skip to content

Commit f4bfcc0

Browse files
authored
Update security.rst
1 parent d0f8f88 commit f4bfcc0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

security.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,9 @@ important section is ``firewalls``:
270270
pattern="^/(_(profiler|wdt)|css|images|js)/"
271271
security="false"/>
272272
273-
<firewall name="main">
274-
<anonymous lazy="true"/>
273+
<firewall name="main"
274+
anonymous="true"
275+
lazy="true"/>
275276
</firewall>
276277
</config>
277278
</srv:container>
@@ -286,7 +287,8 @@ important section is ``firewalls``:
286287
'security' => false,
287288
],
288289
'main' => [
289-
'anonymous' => 'lazy',
290+
'anonymous' => true,
291+
'lazy' => true,
290292
],
291293
],
292294
]);

0 commit comments

Comments
 (0)