add missing unprotected paths

This commit is contained in:
David Christofas
2022-08-24 16:32:25 +02:00
parent 1565fe6f1e
commit 0d2b7e350b
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Enhancement: Add missing unprotected paths
Added missing unprotected paths for the text-editor, preview, pdf-viewer and draw-io to the authentication middleware.
https://github.com/owncloud/ocis/pull/4454

View File

@@ -62,6 +62,10 @@ var (
"/themes/",
"/signin/",
"/konnect/",
"/text-editor/",
"/preview/",
"/pdf-viewer/",
"/draw-io/",
}
)