Skip to content

Commit

Permalink
permit urldefense urls for globus links
Browse files Browse the repository at this point in the history
  • Loading branch information
mfall3 committed Sep 25, 2024
1 parent afb7234 commit 8b89080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/datasets_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def open_in_globus
@dataset.datafiles.each do |datafile|
datafile.record_download(request.remote_ip)
end
redirect_to @dataset.globus_download_dir
redirect_to @dataset.globus_download_dir, allow_other_host: true
end

# @deprecated
Expand Down

0 comments on commit 8b89080

Please sign in to comment.