mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 13:19:58 -06:00
fix: add index.html to unprotected paths in auth middleware
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -66,6 +66,7 @@ var (
|
||||
"/preview/",
|
||||
"/pdf-viewer/",
|
||||
"/draw-io/",
|
||||
"/index.html#/",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user