Skip to content

[Security] add comments in firewall configuration of security.rst to make the fi… #19612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ will be able to authenticate (e.g. login form, API token, etc).
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
# add a new firewall here with a specific pattern, the first firewall matched by pattern will be
# executed, if a firewall has no pattern it will match all requests and the others will be skipped
main:
lazy: true
provider: users_in_memory
Expand Down