diff --git a/src/environments/environment.common.ts b/src/environments/environment.common.ts index 75c2210d33..32e6097976 100644 --- a/src/environments/environment.common.ts +++ b/src/environments/environment.common.ts @@ -216,5 +216,6 @@ export const environment: GlobalConfig = { theme: { name: 'default', }, + // Whether the UI should rewrite file download URLs to match its domain. Only necessary to enable when running UI and REST API on separate domains rewriteDownloadUrls: false, };