Merge pull request #4599 from owncloud/privatelink-capability

enable private links
This commit is contained in:
Michael Barz
2022-11-03 15:58:09 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Change: Enable privatelinks by default
Enable privatelinks by default in the capabilities.
https://github.com/owncloud/ocis/pull/4599/

View File

@@ -42,7 +42,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
}
filesCfg := map[string]interface{}{
"private_links": false,
"private_links": true,
"bigfilechunking": false,
"blacklisted_files": []string{},
"undelete": true,