Merge pull request #4464 from owncloud/allow-index-html

fix: add index.html to unprotected paths
This commit is contained in:
David Christofas
2022-08-26 11:38:00 +02:00
committed by GitHub

View File

@@ -34,6 +34,7 @@ var (
"/app/list": {},
"/config.json": {},
"/manifest.json": {},
"/index.html": {},
"/oidc-callback.html": {},
"/oidc-callback": {},
"/settings.js": {},