From 0dab2ff3b2ea8c8954ecae0f90a596261f482e69 Mon Sep 17 00:00:00 2001 From: Martin Eiber Date: Thu, 6 Jun 2024 11:09:32 +0200 Subject: [PATCH] Update Readme. --- doc/01_Installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/01_Installation.md b/doc/01_Installation.md index f0f2b15a7..2d84b53ec 100644 --- a/doc/01_Installation.md +++ b/doc/01_Installation.md @@ -48,7 +48,6 @@ security: firewalls: pimcore_studio: '%pimcore_studio_backend.firewall_settings%' access_control: - - { path: ^/studio/api/docs$, roles: PUBLIC_ACCESS } - - { path: ^/studio/api/docs.json$, roles: PUBLIC_ACCESS } - - { path: ^/studio, roles: ROLE_PIMCORE_USER } + - { path: ^/studio/api/(docs|docs.json|translations)$, roles: PUBLIC_ACCESS } + - { path: ^/studio, roles: ROLE_PIMCORE_USER } ```