Skip to content

Commit 03a7e5d

Browse files
committed
minor #19612 [Security] add comments in firewall configuration of security.rst to make the fi… (bizmate)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] add comments in firewall configuration of security.rst to make the fi… add comments in firewall configuration of security.rst to make the firewall precedence more explicit Commits ------- 47a08f2 add comments in firewall configuration of security.rst to make the firewall precedence more explicit
2 parents c9e0e92 + 47a08f2 commit 03a7e5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

security.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,8 @@ will be able to authenticate (e.g. login form, API token, etc).
511511
dev:
512512
pattern: ^/(_(profiler|wdt)|css|images|js)/
513513
security: false
514+
# add a new firewall here with a specific pattern, the first firewall matched by pattern will be
515+
# executed, if a firewall has no pattern it will match all requests and the others will be skipped
514516
main:
515517
lazy: true
516518
provider: users_in_memory

0 commit comments

Comments
 (0)