Merge pull request #4458 from owncloud/more-unprotected-paths

This commit is contained in:
Benedikt Kulmann
2022-08-25 13:08:44 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -1,5 +1,6 @@
Enhancement: Add missing unprotected paths
Added missing unprotected paths for the text-editor, preview, pdf-viewer and draw-io to the authentication middleware.
Added missing unprotected paths for the text-editor, preview, pdf-viewer, draw-io and index.html to the authentication middleware.
https://github.com/owncloud/ocis/pull/4454
https://github.com/owncloud/ocis/pull/4458
@@ -50,7 +50,7 @@ var (
"/data/",
"/account/",
"/s/",
"/external/spaces",
"/external",
"/apps/openidconnect/redirect",
"/settings/",
"/user-management/",
@@ -66,6 +66,7 @@ var (
"/preview/",
"/pdf-viewer/",
"/draw-io/",
"/index.html#/",
}
)