mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 21:00:30 -06:00
add missing unprotected paths
This commit is contained in:
5
changelog/unreleased/missing-unprotected-paths.md
Normal file
5
changelog/unreleased/missing-unprotected-paths.md
Normal 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
|
||||
@@ -62,6 +62,10 @@ var (
|
||||
"/themes/",
|
||||
"/signin/",
|
||||
"/konnect/",
|
||||
"/text-editor/",
|
||||
"/preview/",
|
||||
"/pdf-viewer/",
|
||||
"/draw-io/",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user