Merge pull request #4454 from owncloud/missing-unprotected-paths

This commit is contained in:
Benedikt Kulmann
2022-08-24 17:11:24 +02:00
committed by GitHub
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/",
}
)