fix: add index.html to unprotected paths in auth middleware
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
Enhancement: Add missing unprotected paths
|
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/4454
|
||||||
|
https://github.com/owncloud/ocis/pull/4458
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ var (
|
|||||||
"/preview/",
|
"/preview/",
|
||||||
"/pdf-viewer/",
|
"/pdf-viewer/",
|
||||||
"/draw-io/",
|
"/draw-io/",
|
||||||
|
"/index.html#/",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user