fix: add index.html to unprotected paths in auth middleware

This commit is contained in:
Benedikt Kulmann
2022-08-25 10:39:55 +02:00
parent bbca91ba48
commit 9c9a81026c
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -66,6 +66,7 @@ var (
"/preview/",
"/pdf-viewer/",
"/draw-io/",
"/index.html#/",
}
)