diff --git a/src/app/dataset-detail/services/resources.service.ts b/src/app/dataset-detail/services/resources.service.ts index e9b4569ed23233389fa04479782d6b33974c2704..7f76879f225a8f4630904771a24ce84ebad8accc 100644 --- a/src/app/dataset-detail/services/resources.service.ts +++ b/src/app/dataset-detail/services/resources.service.ts @@ -117,14 +117,6 @@ export class ResourcesService { staticResources[link.description].push(link); } else { - - // Instead of using the direct link to the files we go through the dedicated proxy - // that is adding credentials of a technical account if the user has access to the requested file/data - link.url = link.url.replace( - 'https://download.data.grandlyon.com', - `${APP_CONFIG.backendUrls.proxyQuery}/download`, - ); - otherResources.push(link); } }