x_11_file_import_via_plugin #65

Open
flip wants to merge 65 commits from x_11_file_import_via_plugin into develop
Showing only changes of commit 91e07ab660 - Show all commits

View file

@ -20,6 +20,6 @@ class LinksController < ApplicationController
return redirect_to root_url, alert: t('.indirect_no_location') unless url
end
redirect_to url, status: :found
redirect_to url, status: :found, allow_other_host: true
end
end