diff --git a/app/controllers/asset_sync_controller.rb b/app/controllers/asset_sync_controller.rb index 00b51ef30..1eff86d04 100644 --- a/app/controllers/asset_sync_controller.rb +++ b/app/controllers/asset_sync_controller.rb @@ -20,7 +20,7 @@ class AssetSyncController < ApplicationController end def download - redirect_to @asset.file.url + redirect_to(@asset.file.url, allow_other_host: true) end def update