12_generate_custom_csv_file #58
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ class LinksController < ApplicationController
|
||||||
return redirect_to root_url, alert: t('.indirect_no_location') unless url
|
return redirect_to root_url, alert: t('.indirect_no_location') unless url
|
||||||
end
|
end
|
||||||
|
|
||||||
redirect_to url, status: :found
|
redirect_to url, status: :found, allow_other_host: true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue