Merge branch 'master' into 8286-fav-projects
[arvados.git] / apps / workbench / app / controllers / collections_controller.rb
index f8b359c89060cd9d2703b9303cffaf40f5eef54f..7a002427cfe97b0418b6f8cda2a671dd0148c10f 100644 (file)
@@ -339,7 +339,7 @@ class CollectionsController < ApplicationController
       # Prefer the attachment-only-host when we want an attachment
       # (and when there is no preview link configured)
       tmpl = Rails.configuration.keep_web_download_url
-    else
+    elsif not Rails.configuration.trust_all_content
       check_uri = URI.parse(tmpl % fmt)
       if opts[:query_token] and
           not check_uri.host.start_with?(munged_id + "--") and