We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f8f88 commit f4bfcc0Copy full SHA for f4bfcc0
security.rst
@@ -270,8 +270,9 @@ important section is ``firewalls``:
270
pattern="^/(_(profiler|wdt)|css|images|js)/"
271
security="false"/>
272
273
- <firewall name="main">
274
- <anonymous lazy="true"/>
+ <firewall name="main"
+ anonymous="true"
275
+ lazy="true"/>
276
</firewall>
277
</config>
278
</srv:container>
@@ -286,7 +287,8 @@ important section is ``firewalls``:
286
287
'security' => false,
288
],
289
'main' => [
- 'anonymous' => 'lazy',
290
+ 'anonymous' => true,
291
+ 'lazy' => true,
292
293
294
]);
0 commit comments