Skip to content

Commit

Permalink
ref: useless security access control since PR#1039
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Oct 25, 2024
1 parent 84662f9 commit e3b6307
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elasticms-admin/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ 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 e3b6307

Please sign in to comment.