Merge branch '21535-multi-wf-delete'
[arvados.git] / services / api / app / controllers / static_controller.rb
index 4b2b985e023679b783bb358543eac8d7c8f54829..b7693f342055c00a7431c589d52afc91d2be86d2 100644 (file)
@@ -13,7 +13,7 @@ class StaticController < ApplicationController
     respond_to do |f|
       f.html do
         if !Rails.configuration.Services.Workbench1.ExternalURL.to_s.empty?
-          redirect_to Rails.configuration.Services.Workbench1.ExternalURL.to_s
+          redirect_to Rails.configuration.Services.Workbench1.ExternalURL.to_s, allow_other_host: true
         else
           render_not_found "Oops, this is an API endpoint. You probably want to point your browser to an Arvados Workbench site instead."
         end