Skip to content

Commit

Permalink
Merge branch '5.22' into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Oct 24, 2024
2 parents 14ae11a + c292e81 commit 45d74e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticms-admin/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ security:
access_control:
- { path: ^/$, role: PUBLIC_ACCESS }
- { path: ^/metrics$, role: PUBLIC_ACCESS }
- { path: ^/bundle, role: PUBLIC_ACCESS }
- { path: ^/favicon.ico$, role: PUBLIC_ACCESS }
- { path: ^/apple\-touch\-icon\.png$, role: PUBLIC_ACCESS }
- { path: ^/favicon\-(16|32|48|64|128|256)x(16|32|48|64|128|256)\.png$, role: PUBLIC_ACCESS }
Expand Down

0 comments on commit 45d74e3

Please sign in to comment.